From: Don Armstrong Date: Thu, 11 Dec 2014 18:14:19 +0000 (-0800) Subject: make jobs include schedule X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=66e9ad31485e6e4819c576085dbfde057fee1b78;p=lib.git make jobs include schedule --- diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index 5bbacd9..4e0a536 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -126,7 +126,7 @@ ("p" "Phone call" entry (file "~/projects/notes/refile.org") "* PHONE %? :PHONE:\n%U" :clock-in t :clock-resume t) ("J" "job" entry (file "~/projects/notes/refile.org") - "* TODO Apply for %a%? :job:\n%U\n" :clock-in t :clock-resume t) + "* TODO Apply for %a%? :job:\nSCHEDULED: %(format-time-string \"<%Y-%m-%d %a 17:00-17:30>\")\n%U\n" :clock-in t :clock-resume t) ("h" "Habit" entry (file "~/projects/notes/refile.org") "* NEXT %?\n%U\n%a\nSCHEDULED: %(format-time-string \"<%Y-%m-%d %a .+1d/3d>\")\n:PROPERTIES:\n:STYLE: habit\n:REPEAT_TO_STATE: NEXT\n:END:\n") )