Hello, I recently updated my org-mode from version 7 (I think) to the latest. The behaviour of using a table as a variable in a shell code source block has changed. I use to use it like this: #+BEGIN_SRC sh :results output :var table=synteny-names :separator , IFS=',' while read col1 col2; do # do stuff done <