The results from python code blocks aren't correctly returned as tables when they should be. To wit:
#+begin_src python :results output table print "A,B,C" #+end_src #+results: : A,B,C where I'd expect to see #+results: | A | B | C | Eric Fraga seems to have noticed the same problem, but with octave code blocks in http://thread.gmane.org/gmane.emacs.orgmode/36091 but so far there's been no useful response to his post. Thanks for any help! -Ethan Ligon