Add capture template for task directly
This commit is contained in:
parent
6a48fd628d
commit
a475b36062
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue