From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: return link to :file when using #+call Date: Sat, 1 Jan 2011 22:57:02 +0000 (UTC) Message-ID: References: <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=39897 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZAQj-00069g-6j for emacs-orgmode@gnu.org; Sat, 01 Jan 2011 18:00:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZAQi-0006tV-7j for emacs-orgmode@gnu.org; Sat, 01 Jan 2011 18:00:09 -0500 Received: from lo.gmane.org ([80.91.229.12]:50201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZAQi-0006sM-0Z for emacs-orgmode@gnu.org; Sat, 01 Jan 2011 18:00:08 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PZAQd-0005u3-OM for emacs-orgmode@gnu.org; Sun, 02 Jan 2011 00:00:05 +0100 Received: from host86-131-167-68.range86-131.btcentralplus.com ([86.131.167.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Jan 2011 00:00:03 +0100 Received: from mylesenglish by host86-131-167-68.range86-131.btcentralplus.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Jan 2011 00:00:03 +0100 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 Myles English gmail.com> writes: > #+source: foo() > #+begin_src R :file bar.png > plot(1,1) > #+end_src This works but I have to repeat the filename: #+call: foo[:file baz.png]() :file baz.png #+results: foo[:file baz.png]() [[file:baz.png]] Myles