From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Alekseyev Subject: [babel] org-babel HTML export and image links within #+example blocks Date: Thu, 29 Sep 2011 19:43:29 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9RCN-0003Yj-JA for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 20:43:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9RCM-0006vc-Ow for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 20:43:31 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:57033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9RCM-0006vW-MT for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 20:43:30 -0400 Received: by ywe9 with SMTP id 9so1288458ywe.0 for ; Thu, 29 Sep 2011 17:43:29 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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. --Leo