Applied, with the following changes:
The variable has been renamed to org-export-latex-verbatim-wrap and
its definition has been moved to org-latex.el. The value of the
variable must be a cons cell, not a list (just because this is how
Org usually works for options like this, not because it is t
Applied, with the following changes:
The variable has been renamed to org-export-latex-verbatim-wrap and
its definition has been moved to org-latex.el. The value of the
variable must be a cons cell, not a list (just because this is how
Org usually works for options like this, not because it is t
I use memoir with LaTeX and like the boxedverbatim environment. And I
often
need to wrap that in a mini page to keep it all together. So I put this
hack together to generalize the way that source is exported to LaTeX.
Hope you can incorporate it. It is against the latest org-exp.el from
git