I tried now for one hour and I don't get the result I expect, so I need to ask you here:
- I have Emacs 24 installed
- I have Python 3.0 installed
Actually I try to parse a python output to a table via orgmode:
#+begin_src python :session :results output table :exports results
print("|Example|")
print("|--------|")
print("|One example entry|")
#+end_src
I expect a table when I export the buffer to pdf/html.
However this does not happen.
Can anyone fix my code and tell me, why mine does not work?
Thanks in advance!
print('|------|')necessary.