Katarzyna Chauvat writes:
Hi, try to associate "caption" (and perhaps "label") to the #+RESULTS: block
instead of the source code block.
> Hi,
>
> I would like to ask you for some advice.
> I am a beginner in org-mode. I try to
> include inĀ my text a Figure produced
> by R block code, just lik
>
>
> #+caption: My caption
> #+label: fig:MyFigure
> #+begin_src R :exports results :results output graphics :file MyFigure.pdf
> :width 4.8 :height 6.5 :pointsize 7
> plot(1:5,1:5)
> #+end_src
>
>
The figure is produced and integrated in the text but
>
#+CAPTION: line should be added to the out
Hi,
I would like to ask you for some advice.
I am a beginner in org-mode. I try to
include in my text a Figure produced
by R block code, just like this:
#+caption: My caption
#+label: fig:MyFigure
#+begin_src R :exports results :results output graphics :file MyFigure.pdf
:width 4.8 :height 6.5 :