From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: How to handle an inline multiline noweb reference Date: Thu, 29 Nov 2018 06:24:57 +0000 Message-ID: <87woowflja.fsf@ucl.ac.uk> References: <87wooykg59.fsf@mbork.pl> <87bm69k7ce.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSFlD-0005aT-F1 for emacs-orgmode@gnu.org; Thu, 29 Nov 2018 01:25:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSFl8-0007ds-De for emacs-orgmode@gnu.org; Thu, 29 Nov 2018 01:25:15 -0500 Received: from mail-wm1-x32b.google.com ([2a00:1450:4864:20::32b]:37414) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gSFl0-0007SE-1Q for emacs-orgmode@gnu.org; Thu, 29 Nov 2018 01:25:05 -0500 Received: by mail-wm1-x32b.google.com with SMTP id g67so951976wmd.2 for ; Wed, 28 Nov 2018 22:24:59 -0800 (PST) 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: Samuel Wales Cc: Org-mode , Grant Rettke On Wednesday, 28 Nov 2018 at 15:35, Samuel Wales wrote: > fyi only: i don't understand the examples or the relevance to pipes. The output (or more generally the results) of one src block is passed directly as input to another using the :post argument. See, for instance: #+begin_src org ,#+name: doubleit ,#+begin_src octave :results output :var x=[0.1] disp(2*x) ,#+end_src ,#+name: test ,#+begin_src octave :post doubleit(x=*this*) 2*3.14 ,#+end_src ,#+results: test : 12.560 #+end_src HTH, eric -- Eric S Fraga via Emacs 27.0.50, Org release_9.1.14-1035-gfeb442