Hello,

Frank Fischer <frank-fisc...@shadow-soft.de> writes:

> 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.

Indeed. This should now be fixed in master. 

Thank you for reporting this.


Regards,

-- 
Nicolas Goaziou

Reply via email to