Right now, I auto-generate image links as a part of results my org-embedded R code generates, e.g.:
#+call foo() #+results: foo() #+begin_example ...stuff... RMSE, sdev, abs(mean - true), mean - true: agent 1 0.1899602 0.1097201 0.1550738 -0.1550738 [[file:images/conv1.png]] #+end_example However, the [[file:images/conv1.png]] doesn't show up as a link or inline image when doing HTML export. Is there a way to automate the invocation/generation of results from foo() AND at the same time have the image appear upon HTML export? That would be rather useful. --Leo