emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-export-latex-verbatim-wrap has no effect on Babel results
@ 2011-04-27 22:19 Avdi Grimm
  2011-05-05 20:54 ` Eric Schulte
  0 siblings, 1 reply; 2+ messages in thread
From: Avdi Grimm @ 2011-04-27 22:19 UTC (permalink / raw)
  To: emacs-orgmode

I have customized my org-export-latex-verbatim-wrap to create a shaded
box for verbatim text. However, when I have Babel source code blocks
which export results, the results are always rendered with plain
\begin{verbatim}...\end{verbatim}.

I've been grepping through the code, but I can't figure out where
#+results: blocks are formatted into LaTeX.

Help?

-- 
Avdi Grimm
http://avdi.org

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

* Re: org-export-latex-verbatim-wrap has no effect on Babel results
  2011-04-27 22:19 org-export-latex-verbatim-wrap has no effect on Babel results Avdi Grimm
@ 2011-05-05 20:54 ` Eric Schulte
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Schulte @ 2011-05-05 20:54 UTC (permalink / raw)
  To: avdi; +Cc: emacs-orgmode

Hi Avdi,

I can't reproduce your issue, specifically, when I run the first code
block in the following example to customize the value of
`org-export-latex-verbatim-wrap'

--8<---------------cut here---------------start------------->8---
** simple latex verbatim wrap example
#+begin_src emacs-lisp :results silent
  (setq org-export-latex-verbatim-wrap
        '("{\\scriptsize\n\\begin{verbatim}\n" . "\\end{verbatim}\n}\n"))
#+end_src

#+begin_src sh
  echo eric schulte
  echo another
#+end_src
--8<---------------cut here---------------end--------------->8---

and then export the example to LaTeX, I get the following in which the
value of `org-export-latex-verbatim-wrap' is applied

--8<---------------cut here---------------start------------->8---
\section*{simple latex verbatim wrap example}
\label{sec-1}

{\scriptsize
\begin{verbatim}
(setq org-export-latex-verbatim-wrap
      '("{\\scriptsize\n\\begin{verbatim}\n" . "\\end{verbatim}\n}\n"))
\end{verbatim}
}

{\scriptsize
\begin{verbatim}
echo eric schulte
echo another
\end{verbatim}
}
--8<---------------cut here---------------end--------------->8---

Best -- Eric

Avdi Grimm <avdi@avdi.org> writes:

> I have customized my org-export-latex-verbatim-wrap to create a shaded
> box for verbatim text. However, when I have Babel source code blocks
> which export results, the results are always rendered with plain
> \begin{verbatim}...\end{verbatim}.
>
> I've been grepping through the code, but I can't figure out where
> #+results: blocks are formatted into LaTeX.
>
> Help?

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/

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

end of thread, other threads:[~2011-05-05 20:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-27 22:19 org-export-latex-verbatim-wrap has no effect on Babel results Avdi Grimm
2011-05-05 20:54 ` Eric Schulte

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).