all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org-export-latex-verbatim-wrap error
@ 2015-11-18 14:35 Dushyant Juneja
  2015-11-18 16:51 ` Rasmus
  2015-11-19  6:57 ` Dushyant Juneja
  0 siblings, 2 replies; 4+ messages in thread
From: Dushyant Juneja @ 2015-11-18 14:35 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]

Hi,

The above variable seems to have no effect on verbatim environments in org
mode 8.2.10. I tried Eric Schlute's example:
##############################
** simple latex verbatim wrap example
   :PROPERTIES:
   :DATE:     2011-05-05
   :END:
#+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
################################

This, however, renders as in the pic below for me. Any hints/help would be
greatly appreciated - I am looking for using this in a report.

Dushyant
[image: pasted1]

[-- Attachment #2: pasted1 --]
[-- Type: image/png, Size: 15843 bytes --]

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

end of thread, other threads:[~2015-11-19 11:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-18 14:35 org-export-latex-verbatim-wrap error Dushyant Juneja
2015-11-18 16:51 ` Rasmus
2015-11-19  6:57 ` Dushyant Juneja
2015-11-19 11:21   ` Rasmus

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.