emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [PATCH] fix org-indent-mode for org-indent-indentation-per-level


From: Ingo Lohmar
Subject: Re: [O] [PATCH] fix org-indent-mode for org-indent-indentation-per-level != 2
Date: Sun, 11 Dec 2011 15:18:44 +0200
User-agent: Notmuch/0.10+57~g3434d19 (http://notmuchmail.org) Emacs/24.0.92.1 (x86_64-pc-linux-gnu)

On Sun, 11 Dec 2011 14:04:38 +0100, Nicolas Goaziou <address@hidden> wrote:
> Ingo Lohmar <address@hidden> 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.
  



reply via email to

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