Re: [O] [new exporter] :wrap problems

2012-12-05 Thread Michael Gauland
Nicolas Goaziou gmail.com> writes: > I only have time for a cursory look at the problem right now, but > I notice one obvious error: ":wrap src fundamental" generates wrong Org > syntax. It should be "#+END_SRC" not "#+END_SRC fundamental". > > I assume that fixing it on the Babel side should mak

Re: [O] [new exporter] :wrap problems

2012-12-05 Thread Nicolas Goaziou
Hello, Michael Gauland writes: > I've run into trouble using the :wrap option with babel, with the new > exporter. > Using :wrap to put the result in an EXAMPLE block works consistently, but > putting the result into a SRC block is inconsistent. This example: > > * :wrap example > #+BEGIN_SR

[O] [new exporter] :wrap problems

2012-12-05 Thread Michael Gauland
I've run into trouble using the :wrap option with babel, with the new exporter. Using :wrap to put the result in an EXAMPLE block works consistently, but putting the result into a SRC block is inconsistent. This example: * :wrap example #+BEGIN_SRC ruby :results value :exports both :wrap EXAMPL