emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Problem with 7.02 - org-capture-templates not set from ini


From: Carsten Dominik
Subject: Re: [Orgmode] Problem with 7.02 - org-capture-templates not set from init file
Date: Mon, 1 Nov 2010 20:48:03 +0100


On Nov 1, 2010, at 3:06 PM, Jeffrey DeLeo wrote:

Since moving from org-version 7.01 to 7.02, the variable
"org-capture-templates", which I set in my .emacs.el in a
custom-set-variables is not being set. No error is generated, just the
variable remains nil.

Are you sure this is different in 7.1 and 7.2?  Is the variable
nil or undefined?

The think is, the custom-set-variables only stores the intended value.
If the variable is not yet defined (i.e. org-capture.el not yet loaded),
it will wait until you load the package and then set the variable to
the customized value.

- Carsten


Here's how I set it:

--8<---------------cut here---------------start------------->8---
'(org-capture-templates (quote (("t" "Todo" entry (file+headline "Tasks.org" "Tasks") "* TODO %?
            %i
%a") ("c" "Care" entry (file+headline "Care.org" "Care Notes") "* %? %U
            %i
            %a") ("j" "Journal" entry (file+datetree "Journal.org") "*
%?"))))
--8<---------------cut here---------------end--------------->8---

Am I doing something funny here, or did something break?

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]