** looking at double quotes :PROPERTIES: :DATE: 2009-12-18 :END: #+tblname: double-quote-test-input | test | this | 8 | 9 | #+name: double-quote-test-output #+begin_src python :var data=double-quote-test-input return data #+end_src #+name: double-quote-test-output | test | this | 8 | 9 |