Trying to adjust the style for fixed-width sections in LaTeX export
(drawers in particular), I found org-latex.el defines a customizable
wrapper for verbatim sections:
(defcustom org-export-latex-verbatim-wrap
'("\\begin{verbatim}\n" . "\\end{verbatim}\n")
"Environment to be wrapped around a fixed-width section in LaTeX
export.
This is a cons with two strings, to be added before and after the
fixed-with text.
But this variable is _only_ used in org-exp.el in function
org-export-format-source-code-or-example
All other fixed-width latex generation uses explicit "\verbatim" text
instead of the wrapper variables.
Is this the only intended use for org-export-latex-verbatim-wrap?
If not, then I can look into this and provide a patch for using the
wrapper variable in all appropriate places.
Saludos,
.j.
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode