Re: [O] Treat custom environment as verbatim on export

2015-05-25 Thread Jacob Gerlach
Hello, On Sun, May 24, 2015 at 3:43 PM, Charles C. Berry wrote: > Currently, :wrap allows this: > > #+begin_src emacs-lisp :wrap "src latex :wrap my-verbatim" :exports results ... This is sufficient for my use case. Thanks for the tip. A special block ":raw" parameter, as Rasmus suggested, is

Re: [O] Treat custom environment as verbatim on export

2015-05-24 Thread Charles C. Berry
On Sun, 24 May 2015, Nicolas Goaziou wrote: Rasmus writes: It's a special block, so e.g. org-latex-special-block. But contents is already transcoded by the time in arrives to e.g. org-latex-special-block. To the extend this should be fixed, one way would be to allow a raw option to special b

Re: [O] Treat custom environment as verbatim on export

2015-05-24 Thread Rasmus
Nicolas Goaziou writes: > Rasmus writes: > >> It's a special block, so e.g. org-latex-special-block. But contents is >> already transcoded by the time in arrives to e.g. org-latex-special-block. >> To the extend this should be fixed, one way would be to allow a raw option >> to special blocks (

Re: [O] Treat custom environment as verbatim on export

2015-05-24 Thread Nicolas Goaziou
Rasmus writes: > It's a special block, so e.g. org-latex-special-block. But contents is > already transcoded by the time in arrives to e.g. org-latex-special-block. > To the extend this should be fixed, one way would be to allow a raw option > to special blocks (also needed for e.g. #+{begin,end

Re: [O] Treat custom environment as verbatim on export

2015-05-23 Thread Charles C. Berry
On Fri, 22 May 2015, Jacob Gerlach wrote: Hello, I want to use a one of several custom environments for some babel results using, for example, ":wrap myverbatim" as a header argument. (Since I have several possible environments, I think I need to use :wrap rather than, say, replacing "verbatim"

Re: [O] Treat custom environment as verbatim on export

2015-05-23 Thread Rasmus
Hi Jacob, Jacob Gerlach writes: > I want to use a one of several custom environments for some babel > results using, for example, ":wrap myverbatim" as a header argument. > (Since I have several possible environments, I think I need to use > :wrap rather than, say, replacing "verbatim" using an

[O] Treat custom environment as verbatim on export

2015-05-22 Thread Jacob Gerlach
Hello, I want to use a one of several custom environments for some babel results using, for example, ":wrap myverbatim" as a header argument. (Since I have several possible environments, I think I need to use :wrap rather than, say, replacing "verbatim" using an export filter). However, since thi