From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: auto-fill-mode for text changes (plain-lists) indentation Date: Wed, 15 Jan 2014 21:29:59 +0100 Message-ID: <87fvopxa2g.fsf@med.uni-goettingen.de> References: <52D68750.2020408@parisdescartes.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3X6U-00065S-Az for emacs-orgmode@gnu.org; Wed, 15 Jan 2014 15:30:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3X6O-0003sm-62 for emacs-orgmode@gnu.org; Wed, 15 Jan 2014 15:30:22 -0500 Received: from plane.gmane.org ([80.91.229.3]:47476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3X6O-0003sd-0D for emacs-orgmode@gnu.org; Wed, 15 Jan 2014 15:30:16 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W3X6I-0003xG-Sd for emacs-orgmode@gnu.org; Wed, 15 Jan 2014 21:30:10 +0100 Received: from vpn-2100.gwdg.de ([134.76.2.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jan 2014 21:30:10 +0100 Received: from andreas.leha by vpn-2100.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jan 2014 21:30:10 +0100 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 Hi Rémy, Rémy Abergel writes: > Hi Org users, > > I am trying to set auto-fill-mode for text, adding in my .emacs: > > (add-hook 'text-mode-hook '(lambda () (auto-fill-mode t))) > > it works quite well but it seems to change the plain-lists > indentation. > > * without auto-fill-mode > + item 1 :: description comes here > indentation makes text start here > + item 2 :: another description > + item 3 :: here is a quite long description, that would be nice to > have an automatic carriage return here > indentation makes text start here > > * with auto-fill-mode > + item 1 :: description comes here > Now text is indented from here :-( > + item 2 :: another description > + item 3 :: here is a quite long description, it is nice to have an > automatic carriage retrun here! > but now text is indented from here :-( > To me this feels correct. > Is there anyway to use auto-fill-mode without changing indentation? I do not have an answer, sorry. Regards, Andreas