summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-07-19 14:42:06 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-07-19 14:42:06 +0200
commit347c8ebe347244d80212f4d4392aa0f56d85fd38 (patch)
tree77e5e480b27f046b73f73d6f886f6d07f1b82428
parent899e89518bd6b322a6d99f613fc4423f00b9bd64 (diff)
downloadorg-mode-347c8ebe347244d80212f4d4392aa0f56d85fd38.tar.gz
Fix customize type for capture template function
* lisp/org-capture.el (org-capture-templates): Fix customize type
-rw-r--r--lisp/org-capture.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index d3ca657..a9597cd 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))