From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Mitchell Subject: Re: [BUG/PATCH] Set fill-indent-according-to-mode to nil in Org buffers Date: Fri, 21 Jan 2011 16:09:59 +0000 Message-ID: References: <1295606863-16627-1-git-send-email-wence@gmx.li> <871v46tm6g.wl%n.goaziou@gmail.com> <87zkqus0uo.wl%n.goaziou@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=54879 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PgJZ5-0004J0-1z for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 11:10:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PgJZ4-0002cQ-2n for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 11:10:18 -0500 Received: from lo.gmane.org ([80.91.229.12]:53941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PgJZ3-0002c5-B3 for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 11:10:18 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PgJZ0-0007N7-Jl for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 17:10:14 +0100 Received: from e4300lm.epcc.ed.ac.uk ([129.215.63.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Jan 2011 17:10:14 +0100 Received: from wence by e4300lm.epcc.ed.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Jan 2011 17:10:14 +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: emacs-orgmode@gnu.org Cc: Nicolas Goaziou Nicolas Goaziou wrote: >>>>>> Lawrence Mitchell writes: >> Hopefully the example below clears things up a bit. > I cannot reproduce it, even when following your steps. This would appear to be due to driver error on my part. My .emacs sets fill-indent-according-to-mode to t, whereas by default it is nil. So to reproduce, follow my recipe and add M-: (setq fill-indent-according-to-mode t) RET after opening the org-mode buffer. Given that the default value of fill-indent-according-to-mode does /not/ cause a problem, maybe there's no reason to explicitly set it to nil in org-mode. I'll leave others to decide. Cheers, Lawrence