emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [BUG][babel] ":result output table" doesn't work for python code blo


From: Ethan Ligon
Subject: [O] [BUG][babel] ":result output table" doesn't work for python code blocks
Date: Thu, 14 Apr 2011 17:46:13 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]