From 347c8ebe347244d80212f4d4392aa0f56d85fd38 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Mon, 19 Jul 2010 14:42:06 +0200 Subject: [PATCH] Fix customize type for capture template function * lisp/org-capture.el (org-capture-templates): Fix customize type --- 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 d3ca65779..a9597cd98 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -289,7 +289,7 @@ calendar | %:type %:date" (file :tag "Template file")) (list :tag "Function" (const :format "" function) - (file :tag "Template function"))) + (function :tag "Template function"))) (plist :inline t ;; Give the most common options as checkboxes :options (((const :format "%v " :prepend) (const t)) -- 2.11.4.GIT