emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Bug: Additional empty line in TeXinfo export of #+BEGIN_SRC ... #+EN


From: Frank Fischer
Subject: [O] Bug: Additional empty line in TeXinfo export of #+BEGIN_SRC ... #+END_SRC [7.9.3e (7.9.3e-957-g03e433 @ /home/fifr/.emacs.d/el-get/org-mode/lisp/)]
Date: Sun, 10 Feb 2013 11:00:36 +0100

Consider the following minimal org-file:

===
One line before
#+BEGIN_SRC shell
Some example
#+END_SRC
One line after
===

When exporting to texi, the file contains an additional empty line
before the "@end example":

===
...
One line before
@example
Some example

@end example
One line after
...
===

While this makes no difference for the resulting "info" file when
converting this file by "makeinfo test.texi", it does make a difference
when converting to pdf by "texi2pdf test.texi": there's an extra empty
line between the example and the following text. Therefore I think the
exported file should not contain that empty line.


Emacs  : GNU Emacs 24.2.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.10)
 of 2012-11-09 on lakoocha, modified by Debian
Package: Org-mode version 7.9.3e (7.9.3e-957-g03e433 @
~/.emacs.d/el-get/org-mode/lisp/)



reply via email to

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