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 ** 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"))