From: Don Armstrong Date: Fri, 22 May 2015 21:42:01 +0000 (-0700) Subject: add seminar and paper to read options X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4844875f63b2f1b59e859294f4ad472238b16aaa;p=lib.git add seminar and paper to read options --- diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index 56c00ec..4d8e1ab 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -134,6 +134,10 @@ "* TODO Review %c\n%U\n" :immediate-finish t) ("M" "Meeting" entry (file "~/projects/org-notes/refile.org") "* MEETING with %? :MEETING:\n%U" :clock-in t :clock-resume t) + ("S" "Seminar" entry (file "~/projects/org-notes/refile.org") + "* SEMINAR notes %? :SEMINAR:\n%U" :clock-in t :clock-resume t) + ("P" "Paper to read" entry (file+headline "~/projects/research/papers_to_read.org" "Refile") + "* TODO Get/Read %? \n%U" :clock-in t :clock-resume t) ("p" "Phone call" entry (file "~/projects/org-notes/refile.org") "* PHONE %? :PHONE:\n%U" :clock-in t :clock-resume t) ("J" "job" entry (file "~/projects/org-notes/refile.org")