Capture tasks in Misc by default
This commit is contained in:
parent
6781df1b86
commit
e30a19024d
|
@ -243,7 +243,7 @@ papers / books to read.
|
||||||
(setq org-capture-templates
|
(setq org-capture-templates
|
||||||
'(("t" "New entry" entry (file "inbox.org")
|
'(("t" "New entry" entry (file "inbox.org")
|
||||||
"* TODO %?")
|
"* TODO %?")
|
||||||
("T" "Task" entry (file "tasks.org")
|
("T" "Task" entry (file+headline "tasks.org" "Misc")
|
||||||
"* TODO %?")
|
"* TODO %?")
|
||||||
("r" "Reading" entry (file "reading.org")
|
("r" "Reading" entry (file "reading.org")
|
||||||
"* TODO %x"
|
"* TODO %x"
|
||||||
|
|
Loading…
Reference in a new issue