emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [babel] org-babel HTML export and image links within #+example block


From: Leo Alekseyev
Subject: [O] [babel] org-babel HTML export and image links within #+example blocks
Date: Thu, 29 Sep 2011 19:43:29 -0500

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



reply via email to

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