lang/org: use checkbox keyword for personal todo captures
This commit is contained in:
parent
843be4d2a6
commit
249a9aab6d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue