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
|
#+BEGIN_SRC emacs-lisp
|
||||||
(after! org
|
(after! org
|
||||||
(setq org-capture-templates
|
(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 %?")
|
"* TODO %?")
|
||||||
("r" "Reading" entry (file "reading.org")
|
("r" "Reading" entry (file "reading.org")
|
||||||
"* TODO %x"
|
"* TODO %x"
|
||||||
|
|
Loading…
Reference in a new issue