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.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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

Reply via email to