From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Subject: Re: Strange indentation bevaviour: cannot find out why Date: Tue, 08 Mar 2011 23:59:21 +0100 Message-ID: <87fwqx2p86.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=44312 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px60D-00055a-HQ for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 18:07:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Px5sC-0007Rz-59 for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 17:59:25 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:59784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Px5sC-0007Qr-0Y for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 17:59:24 -0500 Received: by mail-fx0-f41.google.com with SMTP id 5so6635263fxm.0 for ; Tue, 08 Mar 2011 14:59:23 -0800 (PST) In-Reply-To: (Rainer Stengele's message of "Tue, 08 Mar 2011 20:56:35 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer Stengele Cc: emacs-orgmode@gnu.org Hello, Rainer Stengele writes: > I tested with a minimal emacs config and the "bug" was gone. > So I know it is in my settings, > but I could not find the reason in my configuration. > The behaviour I see appeared only a few weeks or months ago. > Has anybody an idea? This is not the fault of your configuration. This is due to indent-tabs-mode not being nil. I thought I had fixed this bug some time ago, but it looks like I was wrong. I have pushed a (hopefully) final fix for this. Regards, -- Nicolas