lang/org: use checkbox keyword for personal todo captures

This commit is contained in:
Henrik Lissner 2019-10-31 23:12:02 -04:00
parent 843be4d2a6
commit 249a9aab6d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -250,7 +250,7 @@ I like:
org-capture-templates org-capture-templates
'(("t" "Personal todo" entry '(("t" "Personal todo" entry
(file+headline +org-capture-todo-file "Inbox") (file+headline +org-capture-todo-file "Inbox")
"* TODO %?\n%i\n%a" :prepend t) "* [ ] %?\n%i\n%a" :prepend t)
("n" "Personal notes" entry ("n" "Personal notes" entry
(file+headline +org-capture-notes-file "Inbox") (file+headline +org-capture-notes-file "Inbox")
"* %u %?\n%i\n%a" :prepend t) "* %u %?\n%i\n%a" :prepend t)