I have been unable to find in the documentation whether the verbatim
environment created by LaTeX exports of source code blocks can be
configured.
Exporting to LaTeX a section like
--8<---cut here---start->8---
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [pres
On Tue, Aug 31, 2010 at 8:08 AM, Douglas Bates wrote:
> I have been unable to find in the documentation whether the verbatim
> environment created by LaTeX exports of source code blocks can be
> configured.
>
> Exporting to LaTeX a section like
>
> --8<---cut
Recently Dan Davidson posted a patch to suppress the removal of blank
lines in exported source code. I have the opposite problem -
suppression of blank lines added during LaTeX export
snip --- begin org file
* An R example with :exports both
The following code
#+begin_src R :exports bot