From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?R=E9my_Abergel?= Subject: Re: auto-fill-mode for text changes (plain-lists) indentation Date: Fri, 17 Jan 2014 15:54:52 +0100 Message-ID: <52D9443C.8030004@parisdescartes.fr> References: <52D68750.2020408@parisdescartes.fr> <87eh477z9h.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4ApB-0005jy-9g for emacs-orgmode@gnu.org; Fri, 17 Jan 2014 09:55:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4Ap6-0002xY-Ay for emacs-orgmode@gnu.org; Fri, 17 Jan 2014 09:55:09 -0500 In-Reply-To: <87eh477z9h.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org Hi Bastien, Thank you for this solution, it will do for me :-) Regards, R=E9my. Le 17/01/2014 10:07, Bastien a =E9crit : > Hi R=E9my, > > R=E9my Abergel writes: > >> 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 :-( >> >> Is there anyway to use auto-fill-mode without changing indentation? > No, but you may want to use (setq org-description-max-indent 5) > which indents descriptive lists in a nicer way IMHO. >