Add capture template for task directly

This commit is contained in:
Antoine Martin 2020-05-31 21:24:57 +02:00
parent 6a48fd628d
commit a475b36062

View file

@ -246,7 +246,9 @@ papers / books to read.
#+BEGIN_SRC emacs-lisp
(after! org
(setq org-capture-templates
'(("t" "Task" entry (file "inbox.org")
'(("t" "New entry" entry (file "inbox.org")
"* TODO %?")
("T" "Task" entry (file "tasks.org")
"* TODO %?")
("r" "Reading" entry (file "reading.org")
"* TODO %x"