Add a Journal entry capture template
This commit is contained in:
parent
2c7ff8e374
commit
6a967836fb
1 changed files with 5 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue