]> git.donarmstrong.com Git - lib.git/commitdiff
switch around default column format
authorDon Armstrong <don@donarmstrong.com>
Fri, 8 Aug 2014 00:16:30 +0000 (17:16 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 8 Aug 2014 00:16:30 +0000 (17:16 -0700)
stop including id in calendar entries

emacs_el/configuration/org-mode-configuration.el

index 17d7b26a735cf14131decb4e47e1e501b0faa0da..2fe7367545978db89ef0b9e870e1988145c2a581 100644 (file)
              "~/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"
@@ -408,7 +408,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