Add updated capture templates

This commit is contained in:
Jeremy Dormitzer 2019-10-09 09:52:11 -04:00
parent f52e9c857b
commit caed52e1a4

View File

@ -797,11 +797,11 @@ Always show inline images:
** Capture templates
#+BEGIN_SRC emacs-lisp
(setq org-capture-templates
`(("t" "Task" entry
(file ,(agenda-files "todo.org"))
`(("l" "Lola task" entry
(file+headline ,(agenda-files "todo.org") "Lola")
"* TODO %i%?")
("b" "Backlog task" entry
(file ,(agenda-files "backlog.org"))
("p" "Personal task" entry
(file+headline ,(agenda-files "todo.org") "Personal")
"* TODO %i%?")
("n" "Note" entry
(file ,(agenda-files "notes.org"))