Puneeth wrote: >Hi >On Wed, Jun 30, 2010 at 5:08 AM, Markus Heller <[email protected]> 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
HTH
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... [email protected]
Email..... [email protected]
pgpTOkQgV1NNW.pgp
Description: PGP signature
_______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
