>>> "John" == John Kitchin writes: > (require 'dash) > #+tblname: tab2 > | 1 | a | 3 | > | 2 | b | 4 | > | 3 | c | 6 | > | 4 | d | 7 | > #+BEGIN_SRC emacs-lisp :var c0=tab2[,0] :var c2=tab2[,2] > (-zip-with 'list c0 c2) > #+END_SRC That does not work for me (I loaded dash) Here is the backtrace I also deleted the "-" in (-zip-with 'list c0 c2) to obtain (zip-with 'list c0 c2), but zip-with is not known as a command.