瀏覽代碼

Fix customize type for capture template function

* lisp/org-capture.el (org-capture-templates): Fix customize type
Carsten Dominik 14 年之前
父節點
當前提交
347c8ebe34
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-capture.el

+ 1 - 1
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))