[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Error with :wrap org in babel and 8.0-pre
From: |
John Hendy |
Subject: |
[O] Error with :wrap org in babel and 8.0-pre |
Date: |
Thu, 11 Apr 2013 17:45:04 -0500 |
I thought this was the proper syntax for printing stuff directly to a
LaTeX document:
#+begin_src R :session :exports results :results output :wrap org
I've got a statement interspersing some prose with variable values like so:
cat("This and such value was," var1, ", and this one was", var2, ".\n")
The results block looks fine, but LaTeX is spitting out \begin{org}
and \end{org} around it, which results in a compilation error:
! LaTeX Error: Environment org undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.51 \begin{org}
! LaTeX Error: \begin{document} ended by \end{org}.
Suggestions?
Thanks,
John
- [O] Error with :wrap org in babel and 8.0-pre,
John Hendy <=
- Re: [O] Error with :wrap org in babel and 8.0-pre, Eric Schulte, 2013/04/12
- Re: [O] Error with :wrap org in babel and 8.0-pre, John Hendy, 2013/04/15
- Re: [O] Error with :wrap org in babel and 8.0-pre, Nicolas Goaziou, 2013/04/15
- Re: [O] Error with :wrap org in babel and 8.0-pre, John Hendy, 2013/04/15
- Re: [O] Error with :wrap org in babel and 8.0-pre, Nicolas Goaziou, 2013/04/15
- Re: [O] Error with :wrap org in babel and 8.0-pre, Eric Schulte, 2013/04/15