From c7fa31427916fd145bc350905ddfe62b519f9b24 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 9 Dec 2019 11:18:11 -0800 Subject: [org] Add template for meeting / interviews. The template for the interview was already existing, so add it back, and add a new template for meetings. By default they all go to inbox, and I will use the function to refile them to the work journal. --- emacs.d/custom/fcuny-org.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el index d8a17f7..4817a9e 100644 --- a/emacs.d/custom/fcuny-org.el +++ b/emacs.d/custom/fcuny-org.el @@ -235,6 +235,14 @@ _g n_: go to notes (file+olp+datetree ,org-default-journal-file) "* %?\n:PROPERTIES:\n:ID: %(shell-command-to-string \"uuidgen\"):CREATED: %U\n:END:\n" :tree-type month) + ("m" "Meeting notes" entry + (file ,org-default-inbox-file) + "* %? %^g:meeting:\n:PROPERTIES:\n:ID: %(shell-command-to-string \"uuidgen\"):CREATED: %U\n:END:\n") + + ("i" "Interview notes" entry + (file ,org-default-inbox-file) + (file ,(concat fcuny/path-emacs-etc "/interview.org"))) + ("J" "Work Journal" entry (file+olp+datetree ,org-default-work-journal-file) "* %?\n:PROPERTIES:\n:ID: %(shell-command-to-string \"uuidgen\"):CREATED: %U\n:END:\n" :tree-type month)))) -- cgit 1.4.1