Add updated capture templates
This commit is contained in:
parent
f52e9c857b
commit
caed52e1a4
@ -797,11 +797,11 @@ Always show inline images:
|
|||||||
** Capture templates
|
** Capture templates
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq org-capture-templates
|
(setq org-capture-templates
|
||||||
`(("t" "Task" entry
|
`(("l" "Lola task" entry
|
||||||
(file ,(agenda-files "todo.org"))
|
(file+headline ,(agenda-files "todo.org") "Lola")
|
||||||
"* TODO %i%?")
|
"* TODO %i%?")
|
||||||
("b" "Backlog task" entry
|
("p" "Personal task" entry
|
||||||
(file ,(agenda-files "backlog.org"))
|
(file+headline ,(agenda-files "todo.org") "Personal")
|
||||||
"* TODO %i%?")
|
"* TODO %i%?")
|
||||||
("n" "Note" entry
|
("n" "Note" entry
|
||||||
(file ,(agenda-files "notes.org"))
|
(file ,(agenda-files "notes.org"))
|
||||||
|
Loading…
Reference in New Issue
Block a user