From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: Naming a table produced by a CALL Date: Fri, 24 Jan 2014 14:03:53 +0100 Message-ID: <8738kd1qh2.fsf@med.uni-goettingen.de> References: <87zjml61t9.fsf@hornfels.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6gQg-0001sD-4N for emacs-orgmode@gnu.org; Fri, 24 Jan 2014 08:04:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6gQa-0005Os-BJ for emacs-orgmode@gnu.org; Fri, 24 Jan 2014 08:04:14 -0500 Received: from plane.gmane.org ([80.91.229.3]:38063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6gQa-0005Oo-4v for emacs-orgmode@gnu.org; Fri, 24 Jan 2014 08:04:08 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W6gQY-0005Ui-Kr for emacs-orgmode@gnu.org; Fri, 24 Jan 2014 14:04:06 +0100 Received: from genepi110.genepi.med.uni-goettingen.de ([134.76.140.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Jan 2014 14:04:06 +0100 Received: from andreas.leha by genepi110.genepi.med.uni-goettingen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Jan 2014 14:04:06 +0100 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 "Loris Bennett" writes: > Hi, > > I have a CALL which produces a table, which just gets the keyword > RESULT. I would like to plot the data in the table with R and so would > like to refer to the data in the table. > > It seems I need to need to replace RESULT by NAME in > org-babel-results-keyword, but how do I pass the actual name? > > Cheers, > > Loris Make the CALL named: #+name: foo #+call: foo() HTH, Andreas