From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Galen Menzel" Subject: Re: Fill column indicator and org indent mode Date: Tue, 15 Aug 2017 20:14:03 -0700 Message-ID: <11247644-044F-4D4D-87E5-1F3AB6C243D7@utexas.edu> References: <874lt9yejl.fsf@biologica.mercovich.net> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; markup=markdown Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhomW-00078b-BP for emacs-orgmode@gnu.org; Tue, 15 Aug 2017 23:14:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhomV-00036B-Fa for emacs-orgmode@gnu.org; Tue, 15 Aug 2017 23:14:08 -0400 Received: from mail-pg0-x230.google.com ([2607:f8b0:400e:c05::230]:35940) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dhomV-00035G-47 for emacs-orgmode@gnu.org; Tue, 15 Aug 2017 23:14:07 -0400 Received: by mail-pg0-x230.google.com with SMTP id i12so17079466pgr.3 for ; Tue, 15 Aug 2017 20:14:07 -0700 (PDT) In-Reply-To: <874lt9yejl.fsf@biologica.mercovich.net> 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: Eduardo Mercovich Cc: Org Mode On 14 Aug 2017, at 15:23, Eduardo Mercovich wrote: > Thank you for the reference about Semantic linefeeds. > > I didn't knew it, but used it something similar sometimes when > operating on complex sentences/paragraphs. > > 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. Yes, it makes things very easy to rearrange things, and it works wonderfully with version control, since changes happen line by line, so diffs usually show what actually changed, whereas this information is lost if you reformat with fill-paragraph or keep all paragraphs on a single line. I'll have to try using lists, since this will make sentence and clause rearrangement even quicker. Thanks for the idea! Best, Galen