On Sun, 11 Dec 2011 14:04:38 +0100, Nicolas Goaziou <n.goaz...@gmail.com> wrote: > Ingo Lohmar <i.loh...@gmail.com> writes: > > > My bad, and bad timing: Should have checked the development status. > > Turns out, it is very different now, but unfortunately still wrong. > > Unless I'm missing your point, I don't see anything wrong in the current > behaviour. Whatever may be the value of > `org-indent-indentation-per-level', the text is always aligned with the > headline.
Hmmm, just did a clean test: emacs -Q, require org-install and org-indent. If I use the std setting of 2 and turn on org-indent-mode, all is fine: * 1st-level heading Here goes the text. *** 2nd-level heading More text. Setting the indentation to 1: * 1st-level heading Here goes the text. ** 2nd-level heading More text. That is, missing one space. Will check again.