#+Title: Execute all executables in Order #+Property: results silent #+name: foo #+BEGIN_SRC sh :var it="one" echo $it >> debug #+END_SRC #+call: foo("two") #+BEGIN_SRC sh echo "three" >> debug #+END_SRC