From 4844875f63b2f1b59e859294f4ad472238b16aaa Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 22 May 2015 14:42:01 -0700 Subject: [PATCH] add seminar and paper to read options --- emacs_el/configuration/org-mode-configuration.el | 4 ++++ 1 file changed, 4 insertions(+) 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") -- 2.39.2