On 6/29/2010 10:24 PM, David Maus wrote:
Puneeth wrote:
Hi
On Wed, Jun 30, 2010 at 5:08 AM, Markus Heller<helle...@gmail.com> wrote:
Just adding a space before the :PROPERTIES: drawer will work, right?
(setq org-capture-templates
'(("t" "Task" entry (file "h:/org/refile.org")
"* TODO %^{Todo} \n:PROPERTIES:\n:Created: %U\n:END:\n\n%?"
:clock-in :clock-resume)))
(setq org-capture-templates
'(("t" "Task" entry (file "h:/org/refile.org")
"* TODO %^{Todo} \n :PROPERTIES:\n :Created: %U\n :END:\n\n%?"
:clock-in :clock-resume)))
^^^^^^^^^^^^^^^^^^^^^^^
An there's an error in the template. It should read
:clock-in t :clock-resume t
D'uh ... Of course. Thanks for pointing this out, David!
Markus
_______________________________________________
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