0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-17 03:36:27 +00:00

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
This commit is contained in:
Magnus Henoch 2010-08-19 13:32:42 +00:00 committed by Carsten Dominik
parent 19b0e03f32
commit bf0d8c5a0e

View file

@ -76,6 +76,7 @@
:tag "Org Capture"
:group 'org)
;;;###autoload
(defcustom org-capture-templates nil
"Templates for the creation of new entries.