From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] fix org-indent-mode for org-indent-indentation-per-level != 2 Date: Sun, 11 Dec 2011 14:25:11 +0100 Message-ID: <87sjkr2qbs.fsf@gmail.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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZjQd-0007IC-Az for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 08:26:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZjQc-00065h-Ff for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 08:26:55 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:58249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZjQc-00065X-7d for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 08:26:54 -0500 Received: by eekc41 with SMTP id c41so2627935eek.0 for ; Sun, 11 Dec 2011 05:26:53 -0800 (PST) In-Reply-To: <87wra3nt57.fsf@acer.localhost.com> (Ingo Lohmar's message of "Sun, 11 Dec 2011 15:18:44 +0200") 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: Ingo Lohmar Cc: emacs-orgmode@gnu.org 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? Regards, -- Nicolas Goaziou