From abc95e285aac66e9f82b8d05135901287d992f23 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 29 Oct 2019 10:46:42 -0400 Subject: [PATCH] Resolve org agenda capture dispatch keybinding conflict --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index 986e923..7d05094 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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