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: plot_baz
[[file:fig_baz.png]]

Regards,
Andreas


Reply via email to