Re: [Orgmode] Exporting babel-result images inline

2010-03-20 Thread Eric Schulte
Hi Taur, Maybe you could wrap the entire source code block in a div and then use CSS to change the attributes of the div and the contained paragraph and image #+HTML: source block #+HTML: -- Eric Taru Karttunen writes: > Hello > > I have org-babel code like > > #+begin_src R :var data=f

[Orgmode] Exporting babel-result images inline

2010-02-20 Thread Taru Karttunen
Hello I have org-babel code like #+begin_src R :var data=foo :file foo.png :exports results pie(data[,2], labels = data[,1]) #+end