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


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


_______________________________________________
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