Capture tasks in Misc by default

This commit is contained in:
Antoine Martin 2020-08-27 14:35:36 +02:00
parent 6781df1b86
commit e30a19024d

View file

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