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 14:59:33 +0200 Message-ID: <87zkeznu16.fsf@acer.localhost.com> References: <8762hoacf5.fsf@acer.localhost.com> <878vmj4h9t.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZj0G-0006xE-Rk for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 07:59:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZj0F-0001IC-W4 for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 07:59:40 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:57846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZj0F-0001I8-Rj for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 07:59:39 -0500 Received: by eaai13 with SMTP id i13so461088eaa.0 for ; Sun, 11 Dec 2011 04:59:38 -0800 (PST) In-Reply-To: <878vmj4h9t.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 09:57:50 +0100, Nicolas Goaziou wrote: > Hello, > > Ingo Lohmar writes: > > > Below is an updated patch that works with the 7.7 release (sorry for not > > using the development version right now). > > org-indent.el has been heavily modified since 7.7 release. You may want > to test development version first, as your patch might not be necessary > anymore. Hi Nicolas, My bad, and bad timing: Should have checked the development status. Turns out, it is very different now, but unfortunately still wrong. I will check how to fix it and come back (hopefully) with a new patch. Regards, Ingo