Re: [Orgmode] Exporting babel-result images inline
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
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