Re: [O] New exporter #+name: appears in the export

2012-05-07 Thread Andreas Leha
Hi Nicolas, >> when exporting this with the new exporter, the line #+name: plot_baz is >> exported literally to the both, LaTeX and ODT. Is this a bug? >> >> #+name: plot_baz >> #+begin_src R :exports results :results graphics :file fig_baz.png >> plot(1:10) #+end_src >> >> #+caption: BAZ >> #+

Re: [O] New exporter #+name: appears in the export

2012-05-07 Thread Nicolas Goaziou
Andreas Leha writes: > when exporting this with the new exporter, the line #+name: plot_baz is > exported literally to the both, LaTeX and ODT. Is this a bug? > > #+name: plot_baz > #+begin_src R :exports results :results graphics :file fig_baz.png > plot(1:10) #+end_src > > #+caption: BAZ > #

[O] New exporter #+name: appears in the export

2012-05-07 Thread Andreas Leha
Hi all, when exporting this with the new exporter, the line #+name: plot_baz is exported literally to the both, LaTeX and ODT. Is this a bug? #+name: plot_baz #+begin_src R :exports results :results graphics :file fig_baz.png plot(1:10) #+end_src #+caption: BAZ #+label: fig-baz #+results: plo