> On Dec 24, 2017, at 3:16 PM, Nicolas Goaziou wrote:
>
> I fixed it in maint.
>
Yes, indeed. Thank you!
Chuck
Hello,
"Berry, Charles" writes:
> I can execute this src block with no problems:
>
> #+begin_src emacs-lisp :wrap src latex :exports results
> "some-text"
> #+end_src
>
>
> and it will produce the expected result:
>
> #+RESULTS:
>
> #+begin_src latex
> some-text
> #+end_src
>
> and if I then exp
I can execute this src block with no problems:
#+begin_src emacs-lisp :wrap src latex :exports results
"some-text"
#+end_src
and it will produce the expected result:
#+RESULTS:
#+begin_src latex
some-text
#+end_src
and if I then export as (say) `C-c C-e C-b l L n y', I get just `some-text' in