From ed46f8ecae183631ee2eeda49b696de283b32bb0 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 3 Oct 2014 16:07:33 -0700 Subject: [PATCH] add job template --- emacs_el/configuration/org-mode-configuration.el | 2 ++ 1 file changed, 2 insertions(+) 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") ) -- 2.39.5