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 ++++++++ emacs.d/etc/interview.org | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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)))) diff --git a/emacs.d/etc/interview.org b/emacs.d/etc/interview.org index 1d71db3..dfb24b1 100644 --- a/emacs.d/etc/interview.org +++ b/emacs.d/etc/interview.org @@ -1,4 +1,4 @@ -* %U %^{Candidate name} :interview: +* %U %^{Candidate name} :interview: :PROPERTIES: :Created: %U :PairingWith: %^{pairing with} -- cgit 1.4.1