From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: return link to :file when using #+call Date: Fri, 31 Dec 2010 00:05:34 +0000 Message-ID: <20101231000534.3e9e97ea@bill> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=38482 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYSUn-0001zz-CJ for emacs-orgmode@gnu.org; Thu, 30 Dec 2010 19:05:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PYSUm-0002bz-AC for emacs-orgmode@gnu.org; Thu, 30 Dec 2010 19:05:25 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:48756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PYSUm-0002bv-65 for emacs-orgmode@gnu.org; Thu, 30 Dec 2010 19:05:24 -0500 Received: by wyj26 with SMTP id 26so11783855wyj.0 for ; Thu, 30 Dec 2010 16:05:23 -0800 (PST) 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@gnu.org Hello all, Please could someone show me how to get an org link to the file in the results when using #+call with an R source block? This is the test I am using: #+source: foo() #+begin_src R :file bar.png plot(1,1) #+end_src #+results: foo() [[file:bar.png]] ( so that works fine ) #+call: foo[:file baz.png]() #+results: foo[:file baz.png]() : baz.png ( but I wanted [[file:baz.png]] there ) I'm using the commit 1495bc6 of 12th December. Thank you, Myles