diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-04-30 08:22:52 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-04-30 08:22:52 -0700 |
commit | af5d32e20ae96b4f4ded225f68e7a4913818f07e (patch) | |
tree | ed8279e29b0bf81587e537b1fcdde6f7e215521c | |
parent | [emacs] Add htmlize to export to HTML. (diff) | |
download | emacs.d-af5d32e20ae96b4f4ded225f68e7a4913818f07e.tar.gz |
[emacs] Update binding for templates in org mode.
It's a journal, not a diary, so start with j|J.
Diffstat (limited to '')
-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) |