diff --git a/emacs/init.org b/emacs/init.org index 36dc95b..4045259 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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"))