emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug with exporting org source block
@ 2012-03-28 19:41 Truong Nghiem
  2012-03-31 14:23 ` URGENT " Eric Schulte
  0 siblings, 1 reply; 9+ messages in thread
From: Truong Nghiem @ 2012-03-28 19:41 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-04-01 18:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-28 19:41 Bug with exporting org source block Truong Nghiem
2012-03-31 14:23 ` URGENT " Eric Schulte
2012-03-31 16:58   ` Eric Schulte
2012-04-01  7:18   ` Achim Gratz
2012-04-01 12:43     ` Eric Schulte
2012-04-01 15:27       ` Achim Gratz
2012-04-01 16:28         ` Eric Schulte
2012-04-01 18:35           ` Achim Gratz
2012-04-01 18:08       ` Achim Gratz

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).