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:56:55 +0200 Message-ID: <87obvf8b4o.fsf@acer.localhost.com> References: <8762hoacf5.fsf@acer.localhost.com> <878vmj4h9t.fsf@gmail.com> <87zkeznu16.fsf@acer.localhost.com> <87wra32ra1.fsf@gmail.com> <87wra3nt57.fsf@acer.localhost.com> <87sjkr2qbs.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZjtn-0004nJ-PV for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 08:57:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZjtm-00028D-FG for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 08:57:03 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:50418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZjtm-000289-4p for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 08:57:02 -0500 Received: by eaai13 with SMTP id i13so474163eaa.0 for ; Sun, 11 Dec 2011 05:57:01 -0800 (PST) In-Reply-To: <87sjkr2qbs.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:25:11 +0100, Nicolas Goaziou wrote: > Ingo Lohmar writes: > > > 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. > > I cannot reproduce this. Could you try to byte-compile again all Org > files, or call org-reload with an argument? Guys, I am terribly sorry --- my apologies for the noise. I had an issue with shadowed load paths. From what I can see, org-indent works just fine in the development version. Learned one or two things :) Regards, Ingo