From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: auto-fill-mode for text changes (plain-lists) indentation Date: Fri, 17 Jan 2014 10:07:06 +0100 Message-ID: <87eh477z9h.fsf@bzg.ath.cx> References: <52D68750.2020408@parisdescartes.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W45OY-00067W-1U for emacs-orgmode@gnu.org; Fri, 17 Jan 2014 04:07:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W45OS-0001Zo-8H for emacs-orgmode@gnu.org; Fri, 17 Jan 2014 04:07:17 -0500 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:60201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W45OR-0001ZR-PA for emacs-orgmode@gnu.org; Fri, 17 Jan 2014 04:07:12 -0500 Received: by mail-wg0-f44.google.com with SMTP id l18so4166400wgh.11 for ; Fri, 17 Jan 2014 01:07:10 -0800 (PST) In-Reply-To: <52D68750.2020408@parisdescartes.fr> (=?iso-8859-1?Q?=22R=E9m?= =?iso-8859-1?Q?y?= Abergel"'s message of "Wed, 15 Jan 2014 14:04:16 +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: =?iso-8859-1?Q?R=E9my?= Abergel Cc: emacs-orgmode@gnu.org Hi Rémy, Rémy 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. -- Bastien