Fix the value of org-capture-templates
A `(quote)` call was missing, which resulted in an empty template list.
This commit is contained in:
parent
17ced28e3d
commit
9107b0f513
@ -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-overriding-header "ALL normal priority tasks"))))
|
||||||
((org-agenda-compact-blocks t)))))
|
((org-agenda-compact-blocks t)))))
|
||||||
(org-log-note-clock-out 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
|
(file+headline
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(expand-file-name "index.org" org-directory))
|
(expand-file-name "index.org" org-directory))
|
||||||
|
Loading…
Reference in New Issue
Block a user