From: Don Armstrong Date: Tue, 2 Feb 2016 03:27:07 +0000 (-0600) Subject: update org mode configuration X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=161b8ecbb33e5dfb25b6715fb7a7fd27068ee736;p=lib.git update org mode configuration --- diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index 01b7546..aa57419 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -127,13 +127,13 @@ '(("m" "Mail" entry (file+headline "~/projects/org-notes/refile.org" "Mail") "* %?\n\n Source: %u, %c\n %i") ("t" "todo" entry (file "~/projects/org-notes/refile.org") - "* TODO %?\n%U\n%a\n" :clock-in t :clock-resume t) + "* TODO %?\n :PROPERTIES:\n :END:\n :LOGBOOK:\n :END:\n%U\n%a\n" :clock-in t :clock-resume t) ("r" "respond" entry (file "~/projects/org-notes/refile.org") "* NEXT Respond to %:from on %:subject\nSCHEDULED: %t\n%U\n%a\n" :clock-in t :clock-resume t :immediate-finish t) ("n" "note" entry (file "~/projects/org-notes/refile.org") "* %? :NOTE:\n%U\n%a\n" :clock-in t :clock-resume t) ("s" "schedule" entry (file "~/projects/org-notes/refile.org") - "* %? \n%^{scheduled:}t\n%U\n%a\n" :clock-in t :clock-resume t) + "* %? :cal:\n%^{scheduled:}t\n%U\n%a\n" :clock-in t :clock-resume t) ("j" "Journal" entry (file+datetree "~/projects/org-notes/diary.org") "* %?\n%U\n" :clock-in t :clock-resume t) ("w" "org-protocol" entry (file "~/projects/org-notes/refile.org")