emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] %i indentation in capture templates


From: Thomas Jack
Subject: [Orgmode] %i indentation in capture templates
Date: Thu, 5 Aug 2010 08:35:37 -0500

I have the following capture template:

("t" "Todo" entry (file+headline (concat org-directory "/inbox.org") "inbox")
             "* TODO %?\n    %i\n    %a")

Yet, with "foo\nbar\nbaz" in the region, this expands to:

...
*** TODO
    foo
bar
baz
...

The manual says of %i that "The entire text will be indented like %i
itself." Is this a bug, or am I misunderstanding? To be specific, the
output I expect is:

...
*** TODO
    foo
    bar
    baz
...

I'm on 7.01g.



reply via email to

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