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 16:26:14 +0200 Message-ID: <2064480.bTCgKpWN1R@linux-nyil.site> References: <2114912.6bB1RXqfqz@linux-nyil.site> <874npbu9ei.fsf@gmail.com> <25835544.kz0rdc0AFN@linux-nyil.site> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpgpK-0003sw-6y for emacs-orgmode@gnu.org; Fri, 13 Jul 2012 10:26:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpgpE-0000CT-C9 for emacs-orgmode@gnu.org; Fri, 13 Jul 2012 10:26:38 -0400 Received: from mailout07.t-online.de ([194.25.134.83]:50230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpgpE-0000CA-68 for emacs-orgmode@gnu.org; Fri, 13 Jul 2012 10:26:32 -0400 In-Reply-To: <25835544.kz0rdc0AFN@linux-nyil.site> 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: emacs-orgmode@gnu.org Cc: Nicolas Goaziou Am Freitag, 13. Juli 2012, 15:07:16 schrieb AW: > Am Freitag, 13. Juli 2012, 14:34:45 schrieb Nicolas Goaziou: > > > I have used neither of them. I just type the text, auto-fill shou= ld make > > > line breaks, you are right. Auto-fill does, but beginning in the = third > > > line, something fails. > >=20 > > Starting with "emacs -Q", I still cannot reproduce your problem. Co= uld > > you double-check your configuration? >=20 > Yes, I did. When I start Emacs by "emacs -Q" and switch scratch to or= g-mode, > I can switch on auto-fill as well and it all works like expected. >=20 > But if I start with my configuration in .emacs, I get a minor mode "I= nd", > 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 t= his > strange behaviour of lists. If I turn off Ind, everything is well. Bu= t > where to turn off? >=20 This is weird. There are some conditions more necessary to reproduce an= d I'm=20 still testing. 1. =BB(setq org-startup-indented t)=AB does not trigger the wrong inden= tation. 2. I had this line in .emacs: =BB(setq-default auto-fill-function 'do-auto-fill)=AB and replaced it with this function: =BB (add-hook 'org-mode-hook (lambda () (auto-fill-mode 1))) =AB 3. The behaviour of lists seems to depend on which kind of text follows= . As soon as I find out, I'll post the result. Regards, Alexander