emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] What is output for org-babel?


From: Martin G. Skjæveland
Subject: Re: [Orgmode] What is output for org-babel?
Date: Sun, 08 Nov 2009 16:05:45 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

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




reply via email to

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