emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-capture: Formatting of entries
@ 2010-06-29 23:38 Markus Heller
  2010-06-30  3:19 ` Puneeth
  0 siblings, 1 reply; 7+ messages in thread
From: Markus Heller @ 2010-06-29 23:38 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-06-30 19:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-29 23:38 org-capture: Formatting of entries Markus Heller
2010-06-30  3:19 ` Puneeth
2010-06-30  5:24   ` David Maus
2010-06-30 17:50     ` Markus Heller
2010-06-30 17:53   ` Markus Heller
2010-06-30 19:05     ` Tassilo Horn
2010-06-30 19:30       ` Markus Heller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).