#+PROPERTY: exports results #+PROPERTY: results raw * Caption lost at export #+name: theplot #+begin_src R :results graphics :file someplot.pdf plot(1:(10+1), 1:(10+1)) #+end_src Execute the following manually to see what happened at export. #+caption: There are src_sh{echo -n $((10+1))} points in this plot #+results: theplot [[file:someplot.pdf]]