[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: org-capture + autoload
From: |
Bernt Hansen |
Subject: |
[Orgmode] Re: org-capture + autoload |
Date: |
Wed, 18 Aug 2010 11:59:55 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Jambunathan K <address@hidden> 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.
Add
(require 'org-capture)
to your .emacs
-Bernt