Re: [O] `:wrap src latex' now fails on export

2017-12-24 Thread Berry, Charles
> On Dec 24, 2017, at 3:16 PM, Nicolas Goaziou wrote: > > I fixed it in maint. > Yes, indeed. Thank you! Chuck

Re: [O] `:wrap src latex' now fails on export

2017-12-24 Thread Nicolas Goaziou
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

[O] `:wrap src latex' now fails on export

2017-12-24 Thread Berry, Charles
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