emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Markus Heller
Subject: [Orgmode] Re: org-capture: Formatting of entries
Date: Wed, 30 Jun 2010 10:53:58 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5

On 6/29/2010 8:19 PM, Puneeth wrote:
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)))


No, adding a space between "\n" and ":PROPERTIES:", ":Created", and ":END:" does just that, it adds a space, but does NOT yield the proper indent. This becomes more obvious when you refile a capture note to a second-level headline.

Any other ideas/suggestions?

Thanks
Markus




reply via email to

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