diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-org.el | 8 | ||||
-rw-r--r-- | emacs.d/etc/interview.org | 2 |
2 files changed, 9 insertions, 1 deletions
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} |