From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: fill text (indent) in lists Date: Thu, 02 Feb 2017 15:01:38 +0100 Message-ID: <87fujwelod.fsf@nicolasgoaziou.fr> References: <874m0csnlw.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZHxP-0004xE-Qk for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 09:01:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZHxM-0007jt-Pf for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 09:01:51 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:33131) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cZHxM-0007j9-JP for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 09:01:48 -0500 Received: from saiph.selenimh (00004301000000000000074b.ipv6.commingeshautdebit.fr [IPv6:2a03:a0a0:0:4301::74b]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 1ACBBA813B for ; Thu, 2 Feb 2017 15:01:43 +0100 (CET) Received: from ngz by saiph.selenimh with local (Exim 4.88) (envelope-from ) id 1cZHxC-00052R-Au for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 15:01:38 +0100 In-Reply-To: <874m0csnlw.fsf@mat.ucm.es> (Uwe Brauer's message of "Thu, 02 Feb 2017 13:56:11 +0000") 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" To: emacs-orgmode@gnu.org Hello, Uwe Brauer writes: > Please consider the following example > > - Rzcrmnzbf pba Pnyphyb Ahzrevpb. FBYNZRAGR grarzbf qbf frznanf > (FRVF UBENF RKNPGNZRAGR) > r vzcnegvzbf yb arprfnevb cnen unpre yn ubwn qr ceboyrznf: reebe eryngv= ib l reebe nofbyhgb, ncebkvznpvba cbe > ry cbyvabzvb qr Gnlybe, > qrevinpvba r vagrtenpvba ahz=C3=A9evpn, cbyvabzvb qr yntenatr, zrgbqb qr = rhyre cnen RQBf.=20=20 > > I would like to have a filling function which would result in the > following paragraph: > > - Rzcrmnzbf pba Pnyphyb Ahzrevpb. FBYNZRAGR grarzbf qbf frznanf (FRVF > UBENF RKNPGNZRAGR) r vzcnegvzbf yb arprfnevb cnen unpre yn ubwn qr > ceboyrznf: reebe eryngvib l reebe nofbyhgb, ncebkvznpvba cbe ry > cbyvabzvb qr Gnlybe, qrevinpvba r vagrtenpvba ahz=C3=A9evpn, cbyvabzv= b qr > yntenatr, zrgbqb qr rhyre cnen RQBf. > > > But that seems not possible with the current filling function, because I > obtain > > Rzcrmnzbf pba Pnyphyb Ahzrevpb. FBYNZRAGR grarzbf qbf frznanf > (FRVF UBENF RKNPGNZRAGR) > r vzcnegvzbf yb arprfnevb cnen unpre yn ubwn qr ceboyrznf: reebe er= yngvib l reebe nofbyhgb, ncebkvznpvba cbe > ry cbyvabzvb qr Gnlybe, > qrevinpvba r vagrtenpvba ahz=C3=A9evpn, cbyvabzvb qr yntenatr, zrgbqb qr = rhyre cnen RQBf.=20=20 > > Most like this has to do with the indent-region function, but I would > like to know whether there is an easy solution to the problem > presented. You need to put the paragraph after the list item within the item, with, e.g., C-x r o, then fill the item. Regards, --=20 Nicolas Goaziou