On Tue, 27 Dec 2016, Zack Piper wrote:
Hi all,Hopefully the below can explain better:
[deleted] This is a workable idiom. C-c C-c on the second block produces the output shown. #+NAME: block-1#+BEGIN_SRC shell :var x="X" echo ">>>" $x "<<<"
#+END_SRC #+BEGIN_SRC shell :var y=block-1("input to this block") echo $y #+END_SRC #+RESULTS: : >>> input to this block <<< HTH, Chuck