Hello,

I'm starting to sue (wow, bad typo, should read "use" of course) org-capture instead of org-remember, as probably a lot of other users do :)

Using an org-capture template [1], I end up with the following:

=============================================
* TODO Proper Formatting
  :CLOCK:
  CLOCK: [2010-06-29 Tue 16:33]
  :END:
:PROPERTIES:
:Created: [2010-06-29 Tue 16:33]
:END:
=============================================

What I would like to see is this:

=============================================
* TODO Proper Formatting
  :CLOCK:
  CLOCK: [2010-06-29 Tue 16:33]
  :END:
  :PROPERTIES:
  :Created: [2010-06-29 Tue 16:33]
  :END:
=============================================

that is, I'd love to see the :PROPERTIES: indented appropriately for the corresponding headline level. Is this possible, and if so, how?

M-x org-version <Ret> yields:

Org-mode version 6.36trans (release_6.36.457.g025a9)

Thanks and Cheers
Markus

[1] My org-capture template:

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



_______________________________________________
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