summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-org.el
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-12-09 11:18:11 -0800
committerFranck Cuny <fcuny@twitter.com>2019-12-09 11:19:07 -0800
commitc7fa31427916fd145bc350905ddfe62b519f9b24 (patch)
tree0acf855587f2ff54a5f62c5d4f8c443de1cae084 /emacs.d/custom/fcuny-org.el
parent[org] Add docstring to a function. (diff)
downloademacs.d-c7fa31427916fd145bc350905ddfe62b519f9b24.tar.gz
[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.
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-org.el8
1 files changed, 8 insertions, 0 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))))