emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

caption lost


From: Katarzyna Chauvat
Subject: caption lost
Date: Fri, 10 Jun 2022 17:03:01 +0200

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 :pointsize 7
plot(1:5,1:5)
 #+end_src

The figure is produced and integrated in the text but
I have lost my caption : how should I change my command to get it?

Thank you in advance for your help.
Best regards
Katarzyna

reply via email to

[Prev in Thread] Current Thread [Next in Thread]