From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taru Karttunen Subject: Exporting babel-result images inline Date: Sat, 20 Feb 2010 16:34:32 +0200 Message-ID: <1266676181-sup-2406@oz.taruti.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NiqPl-0006p1-Dm for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 09:34:37 -0500 Received: from [140.186.70.92] (port=57356 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiqPj-0006oN-Qj for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 09:34:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NiqPj-0004nw-0t for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 09:34:35 -0500 Received: from courier.cs.helsinki.fi ([128.214.9.1]:36499 helo=mail.cs.helsinki.fi) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiqPi-0004nq-RK for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 09:34:34 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode 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:

I would like to export the generated image inline rather than as a separate paragraph. However matching that

does not work with CSS as it lacks parent selectors. ATTR_HTML only affects the which does not help. Any ideas? - Taru Karttunen