From af5d32e20ae96b4f4ded225f68e7a4913818f07e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 30 Apr 2019 08:22:52 -0700 Subject: [emacs] Update binding for templates in org mode. It's a journal, not a diary, so start with j|J. --- emacs.d/custom/fcuny-org.el | 4 ++-- 1 file 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) -- cgit 1.4.1