From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [babel] [bug] Header argument :file in call_ lines Date: Mon, 26 Mar 2012 23:42:28 +0200 Message-ID: <87obrjyr7f.fsf@med.uni-goettingen.de> References: <87vclrnre0.fsf@med.uni-goettingen.de> <878vinz2ms.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCHh4-00015Y-7D for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 17:43:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCHh2-00017q-Bt for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 17:43:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:37669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCHh2-00017h-5F for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 17:43:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SCHgw-0002NE-6v for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 23:43:06 +0200 Received: from vpn-2216.gwdg.de ([134.76.2.216]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Mar 2012 23:43:06 +0200 Received: from andreas.leha by vpn-2216.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Mar 2012 23:43:06 +0200 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 Eric Schulte writes: > Andreas Leha writes: > >> Hi all, >> >> I think there is a bug in babel concerning inline source block calls. >> >> Suppose, I have a source block that generates a file: >> #+name: someplot >> #+begin_src R :results graphics :file someplot.pdf :var somemax=10 >> plot(1:somemax) >> #+end_src >> >> #+results: someplot >> [[file:someplot.pdf]] >> >> I am trying to set the file name when I call this source block: >> >> Like in this file: >> call_someplot[:results graphics :file somebiggerplot.pdf]()[:results file] >> where I still get the "someplot.pdf" as result. >> >> Note, that it functions as expected on non-inline call lines: >> #+call: someplot[:results graphics :file somebiggerplot.pdf]() :results file >> >> #+results: someplot[:results graphics :file somebiggerplot.pdf]() >> [[file:somebiggerplot.pdf]] > > Hi Andreas, > > I just pushed up a fix for this issue. > > Thanks for reporting, Hi Eric, thanks a lot. I can confirm the issue is fixed. Regards, Andreas