emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] org-capture: Formatting of entries


From: Puneeth
Subject: Re: [Orgmode] org-capture: Formatting of entries
Date: Wed, 30 Jun 2010 08:49:49 +0530

Hi

On Wed, Jun 30, 2010 at 5:08 AM, Markus Heller <address@hidden> 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



reply via email to

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