From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: How to handle an inline multiline noweb reference Date: Sat, 1 Dec 2018 21:59:33 -0600 Message-ID: References: <87wooykg59.fsf@mbork.pl> <87d0qmo4xc.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gTIvH-0003jY-F7 for emacs-orgmode@gnu.org; Sat, 01 Dec 2018 23:00:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gTIvD-0007r9-1P for emacs-orgmode@gnu.org; Sat, 01 Dec 2018 22:59:59 -0500 Received: from mail-lf1-f47.google.com ([209.85.167.47]:34181) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gTIvC-0007qp-R4 for emacs-orgmode@gnu.org; Sat, 01 Dec 2018 22:59:54 -0500 Received: by mail-lf1-f47.google.com with SMTP id p6so6779511lfc.1 for ; Sat, 01 Dec 2018 19:59:54 -0800 (PST) In-Reply-To: <87d0qmo4xc.fsf@mbork.pl> 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: mbork@mbork.pl Cc: Org-mode On Fri, Nov 30, 2018 at 11:25 AM Marcin Borkowski wrote: > On 2018-11-28, at 03:08, Grant Rettke wrote: > > On Tue, Nov 27, 2018 at 3:57 AM Marcin Borkowski wrote: > >> but it's fairly complicated. Any better ideas? > > > > What is the part that you think is too complicated? > > I hoped that I could somehow skip the "manually replace newlines with > spaces" step. Thank you for explaining!