summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Henoch <magnus.henoch@gmail.com>2010-08-19 13:32:42 +0000
committerCarsten Dominik <carsten.dominik@gmail.com>2010-08-20 10:01:50 +0200
commitbf0d8c5a0e54318c1edafc7296cec31e861fe051 (patch)
tree0bc5f4ecefb69d4b9357b782bb7d090c35e2da25
parent19b0e03f32c6032a60150fc6cb07c6f766cb3f6c (diff)
downloadorg-mode-bf0d8c5a0e54318c1edafc7296cec31e861fe051.tar.gz
org-capture + autoload
Jambunathan K <kjambunathan@gmail.com> writes: > It would be convenient if I could do a > > M-x customize-group org-capture and/or > M-x customize-variable org-capture-templates > > without having triggered a prior org-capture. > > For now, I trigger a capture, abort it and then proceed ahead with > customizing these. Here is a patch that adds an "autoload cookie" for org-capture-templates. After recompiling, org-install.el should contain an autoload declaration for org-capture-templates. Let's see if the patch tracker likes me :) Magnus
-rw-r--r--lisp/org-capture.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index c0e41f3..e544964 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -76,6 +76,7 @@
:tag "Org Capture"
:group 'org)
+;;;###autoload
(defcustom org-capture-templates nil
"Templates for the creation of new entries.