emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Bug with exporting org source block


From: Truong Nghiem
Subject: [O] Bug with exporting org source block
Date: Wed, 28 Mar 2012 15:41:31 -0400

I'm using orgmode release Org 7.8.06.  When I export an org source
block (i.e. a source code block in the org language):

#+BEGIN_SRC org :exports code
  ,#+srcname: <name>
  ,#+begin_src <language> <switches> <header arguments>
  ,  <body>
  ,#+end_src
#+END_SRC

the last source line is not exported.  The output, in both PDF and
HTML, becomes:

#+srcname: <name>
#+begin_src <language> <switches> <header arguments>
  <body>

Notice that the line "#+end_src" is not present.
--
Truong Nghiem



reply via email to

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