From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Fill column indicator and org indent mode Date: Tue, 15 Aug 2017 23:24:25 -0500 Message-ID: <87fucs16o6.fsf@alphapapa.net> References: <874lt9yejl.fsf@biologica.mercovich.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhptQ-0002Cd-2F for emacs-orgmode@gnu.org; Wed, 16 Aug 2017 00:25:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhptM-0006pN-N7 for emacs-orgmode@gnu.org; Wed, 16 Aug 2017 00:25:19 -0400 Received: from [195.159.176.226] (port=54445 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dhptM-0006o9-CM for emacs-orgmode@gnu.org; Wed, 16 Aug 2017 00:25:16 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dhptA-0003ym-TP for emacs-orgmode@gnu.org; Wed, 16 Aug 2017 06:25:04 +0200 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 Eduardo Mercovich writes: > I created org list items as in Slf, one semantic nucleus per line, and > rearranged them to develop the idea clearly seeing the order, the cuts > (colon, semicolon, etc.), the lengths. > > When it's done, I joined the items again. > > But, as is usual in the beautiful orgmode world, I don't even have > to. Org exports the paragraph perfectly even keeping the short lines > in the source. :) Hi Eduardo, Sorry, I'm confused: do you mean that the list is exported as a regular paragraph? Or do you mean that, after converting it from a list back to plain lines of text, Org exported the lines as a single paragraph instead of separate lines? Could you give a brief example? Thanks.