emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [babel] org-babel HTML export and image links within #+example b


From: Eric Schulte
Subject: Re: [O] [babel] org-babel HTML export and image links within #+example blocks
Date: Thu, 29 Sep 2011 19:09:51 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Leo Alekseyev <address@hidden> writes:

> 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.
>

Links inside of example blocks are not processed, the point of example
blocks is to forestall Org-mode processing.  You could try other result
types.  See http://orgmode.org/manual/results.html for more information.

Best -- Eric

>
> --Leo
>

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/



reply via email to

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