#+NAME: test | a | b | |---+---| | 1 | 2 | #+BEGIN_SRC scheme :var a=test[2,0] b=test[2,1] (list a b) #+END_SRC #+RESULTS: | 1 | 2 |