Fix the value of org-capture-templates

A `(quote)` call was missing, which resulted in an empty template list.
This commit is contained in:
Gergely Polonkai 2019-11-14 14:32:44 +01:00
parent 17ced28e3d
commit 9107b0f513
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93

View File

@ -2834,7 +2834,7 @@ This is a big one; I use a lot of customisation here.
(org-agenda-overriding-header "ALL normal priority tasks"))))
((org-agenda-compact-blocks t)))))
(org-log-note-clock-out t)
(org-capture-templates (("L" "Org-protocol capture" entry
(org-capture-templates '(("L" "Org-protocol capture" entry
(file+headline
(lambda ()
(expand-file-name "index.org" org-directory))