emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Indentation of text below headlines


From: Bastien
Subject: Re: [Orgmode] Indentation of text below headlines
Date: Wed, 22 Jul 2009 10:01:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

onguarde - <address@hidden> writes:

> .emacs config file
> ;(setf org-adapt-indentation nil)
> (setf org-adapt-indentation t)
>
> I tried setting it up it .emacs like so but it doesn't seem to work no
> matter which I comment.
>
> Am I missing something??

,----[ org-adapt-indentation ]
| Non-nil means, adapt indentation when promoting and demoting.
| When this is set and the *entire* text in an entry is indented, the
| indentation is increased by one space in a demotion command, and
| decreased by one in a promotion command.  If any line in the entry
| body starts at column 0, indentation is not changed at all.
| 
| This variable also influences how property drawers and planning
| information is inserted.  When t, these lines drawers will be inserted
| indented.  When nil, they will not be indented.
`----

The important sentence here is "If any line in the entry body starts at
column 0, indentation is not changed at all."

Maybe you have such a line in the subtree you try to indent?

-- 
 Bastien




reply via email to

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