Resolve org agenda capture dispatch keybinding conflict

This commit is contained in:
Jeremy Dormitzer 2019-10-29 10:46:42 -04:00
parent 9f78153b2f
commit abc95e285a

View File

@ -816,7 +816,7 @@ Always show inline images:
** Capture templates
#+BEGIN_SRC emacs-lisp
(setq org-capture-templates
`(("l" "Lola task" entry
`(("L" "Lola task" entry
(file+headline ,(agenda-files "todo.org") "Lola")
"* TODO %i%?")
("p" "Personal task" entry