diff options
-rw-r--r-- | emacs.d/custom/fcuny-org.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el index dc65fd8..278529c 100644 --- a/emacs.d/custom/fcuny-org.el +++ b/emacs.d/custom/fcuny-org.el @@ -84,7 +84,7 @@ ("t" "Personal Todo" entry (file+headline ,(concat org-directory "/personal/tasks.org") "New") "* TODO %?\n") - ("d" "Personal Journal" entry + ("j" "Personal Journal" entry (file+olp+datetree ,(concat org-directory "/personal/journal.org")) "* %U %?\n" :empty-lines 1 :tree-type week) @@ -93,7 +93,7 @@ ("T" "Work Todo" entry (file+headline ,(concat org-directory "/twitter/tasks.org") "New") "* TODO %?\n") - ("D" "Work Journal" entry + ("J" "Work Journal" entry (file+olp+datetree ,(concat org-directory "/twitter/journal.org")) "* %U %?\n" :empty-lines 1 :tree-type week) |