From mboxrd@z Thu Jan 1 00:00:00 1970 From: AW Subject: Re: Bug (?): Indentation of lists and customized TODOs Date: Fri, 13 Jul 2012 15:07:16 +0200 Message-ID: <25835544.kz0rdc0AFN@linux-nyil.site> References: <2114912.6bB1RXqfqz@linux-nyil.site> <4543411.esoRdD7TnY@linux-nyil.site> <874npbu9ei.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Spfav-0002hp-Vm for emacs-orgmode@gnu.org; Fri, 13 Jul 2012 09:07:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Spfam-0008SG-1R for emacs-orgmode@gnu.org; Fri, 13 Jul 2012 09:07:41 -0400 Received: from mailout06.t-online.de ([194.25.134.19]:42625) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Spfal-0008Ry-RX for emacs-orgmode@gnu.org; Fri, 13 Jul 2012 09:07:31 -0400 In-Reply-To: <874npbu9ei.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 Am Freitag, 13. Juli 2012, 14:34:45 schrieb Nicolas Goaziou: > > I have used neither of them. I just type the text, auto-fill should make > > line breaks, you are right. Auto-fill does, but beginning in the third > > line, something fails. > > Starting with "emacs -Q", I still cannot reproduce your problem. Could > you double-check your configuration? Yes, I did. When I start Emacs by "emacs -Q" and switch scratch to org-mode, I can switch on auto-fill as well and it all works like expected. But if I start with my configuration in .emacs, I get a minor mode "Ind", which seems to be from "org-indent.el". My .emacs starts this, but I failed to find in which line. So "Ind" and auto-fill-mode together lead to this strange behaviour of lists. If I turn off Ind, everything is well. But where to turn off? Thanks again for your help, Alexander