From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Lohmar Subject: Re: [PATCH] fix org-indent-mode for org-indent-indentation-per-level != 2 Date: Sun, 11 Dec 2011 15:18:44 +0200 Message-ID: <87wra3nt57.fsf@acer.localhost.com> References: <8762hoacf5.fsf@acer.localhost.com> <878vmj4h9t.fsf@gmail.com> <87zkeznu16.fsf@acer.localhost.com> <87wra32ra1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZjIo-0001iy-M1 for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 08:18:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZjIn-0004oj-O2 for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 08:18:50 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:55550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZjIn-0004od-Cd for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 08:18:49 -0500 Received: by eekc41 with SMTP id c41so2626173eek.0 for ; Sun, 11 Dec 2011 05:18:48 -0800 (PST) In-Reply-To: <87wra32ra1.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org On Sun, 11 Dec 2011 14:04:38 +0100, Nicolas Goaziou wrote: > Ingo Lohmar 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.