emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Problem with 7.02 - org-capture-templates not set from init fi


From: Jeffrey DeLeo
Subject: [Orgmode] Problem with 7.02 - org-capture-templates not set from init file
Date: Mon, 01 Nov 2010 10:06:56 -0400
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (windows-nt)

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?



reply via email to

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