X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=blobdiff_plain;f=emacs_el%2Fconfiguration%2Forg-mode-configuration.el;h=854b8ffb86f6ba105730d07ca1aaa15d9286d1bb;hp=67c41193d9661c0572e97e640396c222adb023f0;hb=551b16ff412a0204e2a86aa60aea2e91e7c3b9a4;hpb=075c35d82d752c74a9f4fcc661a9807343466474 diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index 67c4119..854b8ff 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -103,7 +103,7 @@ "~/projects/fh/fh.org"))) (setq org-global-properties '(("Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00"))) -(setq org-columns-default-format "%40ITEM(Task) %TAGS %PRIORITY %TODO %13SCHEDULED %13DEADLINE %6Effort{:} %CLOCKSUM") +(setq org-columns-default-format "%40ITEM(Task) %6Effort{:} %CLOCKSUM %PRIORITY %TODO %13SCHEDULED %13DEADLINE %TAGS") (setq org-default-notes-file "~/projects/notes/notes.org") (setq org-capture-templates ;; mail-specific note template, identified by "m" @@ -416,7 +416,8 @@ Maildir, or by Message-ID." ;; org mode ical export (setq org-icalendar-timezone "America/Los_Angeles") (setq org-icalendar-use-scheduled '(todo-start event-if-todo)) -(setq org-icalendar-store-UID t) +;; we already add the id manually +;; (setq org-icalendar-store-UID t) ;; org babel support (org-babel-do-load-languages