Add a Journal entry capture template

This commit is contained in:
Tom Willemse 2019-02-01 13:26:02 -08:00
parent 2c7ff8e374
commit 6a967836fb

View file

@ -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)"