#+TITLE: examplebug.org #+AUTHOR: Eric S Fraga * babel test #+name: test #+begin_src emacs-lisp :var x=5 (list x) #+end_src #+call: test('(a b c)) I should be able to put the output inline using call_test('(e f g)).