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)))

Thanks,
Puneeth

_______________________________________________
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