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.

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

Reply via email to