andrea Crotti wrote:
I'm with org-mode 6.31a, I was trying to
get output in the exported files but I never see the output.

Hi,

not sure if this is related -- or helpful, but here goes!

When I export the following file:

----------------start---------------
* lowercase
#+begin_src python :exports results
2+2
#+end_src

* uppercase
#+BEGIN_SRC python :exports results
2+2
#+end_src
----------------end---------------

the results are (copied from pdf):

----------------start---------------
1   lowercase
 4

2   uppercase
2+2
----------------end---------------

Writing "begin_src" in lowercase or uppercase makes a difference. I am not sure if this is a feature or a bug.

Martin


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to