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
>> #+
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
> #
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