emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Exporting babel-result images inline


From: Taru Karttunen
Subject: [Orgmode] Exporting babel-result images inline
Date: Sat, 20 Feb 2010 16:34:32 +0200
User-agent: Sup/0.10.2

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_src

Which ends up html-exported as:

<p><img ... /></p>

I would like to export the generated image inline rather than as a
separate paragraph. However matching that <p> does not work with
CSS as it lacks parent selectors. ATTR_HTML only affects the <img>
which does not help.

Any ideas?

- Taru Karttunen






reply via email to

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