From 6a967836fb0aa5a59f6ca0fbea1fa1ffc8b6874e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 1 Feb 2019 13:26:02 -0800 Subject: Add a Journal entry capture template --- emacs/.emacs.d/init/oni-org-init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/init/oni-org-init.el b/emacs/.emacs.d/init/oni-org-init.el index e586bdb..e6df476 100644 --- a/emacs/.emacs.d/init/oni-org-init.el +++ b/emacs/.emacs.d/init/oni-org-init.el @@ -112,7 +112,11 @@ ones that have a predecessor." "* TODO %i%?") ("a" "Appointment" entry (file ,(oni-org-init-expand-to-home "documents/gtd/appointments.org")) - "* %i%?\n %U"))) + "* %i%?\n %U") + ("j" "Journal entry" entry + (file+olp+datetree + ,(oni-org-init-expand-to-home "documents/gtd/journal.org")) + "* %<%H:%M:%S>\n %?"))) (setq org-todo-keywords '((sequence "TODO(t)" "BLOCKED(b@)" "PROGRESS(p)" -- cgit v1.2.3-54-g00ecf