[Orgmode] [babel] configuring LaTeX exports verbatim environment for exported code and results

2010-08-31 Thread Douglas Bates
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

[Orgmode] Re: [babel] configuring LaTeX exports verbatim environment for exported code and results

2010-08-31 Thread Douglas Bates
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

[Orgmode] Removing the blank lines between code and results blocks in LaTeX export

2010-09-06 Thread Douglas Bates
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