emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] org-capture: Formatting of entries


From: Markus Heller
Subject: [Orgmode] org-capture: Formatting of entries
Date: Tue, 29 Jun 2010 16:38:43 -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

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





reply via email to

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