From: Don Armstrong Date: Fri, 3 Oct 2014 23:07:33 +0000 (-0700) Subject: add job template X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ed46f8ecae183631ee2eeda49b696de283b32bb0;p=lib.git add job template --- diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index 17d7b26..63fe923 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -125,6 +125,8 @@ "* MEETING with %? :MEETING:\n%U" :clock-in t :clock-resume t) ("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) ("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") )