emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* use of org-export-latex-verbatim-wrap
@ 2010-05-26 16:20 Juan Pechiar
  2010-05-28  6:55 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Juan Pechiar @ 2010-05-26 16:20 UTC (permalink / raw)
  To: Emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-28  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-26 16:20 use of org-export-latex-verbatim-wrap Juan Pechiar
2010-05-28  6:55 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).