branch: externals/org commit 7da7d7ea1b39567cda48602076069e15526f3d75 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
Fix typo in org-capture-templates: Fix bug in :type specification * lisp/org-capture.el (org-capture-templates): --- lisp/org-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index f37f6b426c..39b7bcc69c 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -498,7 +498,7 @@ you can escape ambiguous cases with a backward slash, e.g., \\%i." ,file-variants ,(append olp-variants - ((const :tag "Date tree at top level" nil)))) + '((const :tag "Date tree at top level" nil)))) (list :tag "File & function" (const :format "" file+function) ,file-variants