From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Berry, Charles" Subject: Re: [Proposal] Source Blocks with Post-Extensions Date: Mon, 22 Apr 2019 17:31:42 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIcnF-0005YM-4l for emacs-orgmode@gnu.org; Mon, 22 Apr 2019 13:31:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hIcnD-0003nt-OI for emacs-orgmode@gnu.org; Mon, 22 Apr 2019 13:31:49 -0400 Received: from iport-acv5-out.ucsd.edu ([132.239.0.10]:21513) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1hIcnC-0003lz-Nb for emacs-orgmode@gnu.org; Mon, 22 Apr 2019 13:31:47 -0400 In-Reply-To: Content-Language: en-US Content-ID: <3AFE94371B36B048B25C3C6A19407F80@AD.UCSD.EDU> 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: Dmitrii Korobeinikov Cc: emacs-orgmode > On Apr 22, 2019, at 10:15 AM, Dmitrii Korobeinikov w= rote: >=20 > Thank you! > That's a handy technique and it does help. > As I understand, there's no way to extend that to multiple lines? AFAICS, no there is no way to split the :epilogue arg to multiple lines. Of course, you can always follow a src block that provides a function with = another src block that imports the code via noweb and then tests the functi= on with as many lines of code as you need.=20 Chuck