From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Loris Bennett" Subject: Re: Naming a table produced by a CALL Date: Fri, 24 Jan 2014 15:05:27 +0100 Message-ID: <87txct5vbs.fsf@hornfels.zedat.fu-berlin.de> References: <87zjml61t9.fsf@hornfels.zedat.fu-berlin.de> <8738kd1qh2.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6hOI-0003mV-72 for emacs-orgmode@gnu.org; Fri, 24 Jan 2014 09:05:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6hOD-00009Q-Bl for emacs-orgmode@gnu.org; Fri, 24 Jan 2014 09:05:50 -0500 Received: from plane.gmane.org ([80.91.229.3]:44174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6hOC-00006c-Qn for emacs-orgmode@gnu.org; Fri, 24 Jan 2014 09:05:45 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W6hO8-0003UD-VH for emacs-orgmode@gnu.org; Fri, 24 Jan 2014 15:05:40 +0100 Received: from hornfels.zedat.fu-berlin.de ([160.45.11.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Jan 2014 15:05:40 +0100 Received: from loris.bennett by hornfels.zedat.fu-berlin.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Jan 2014 15:05:40 +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 Andreas Leha writes: > "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 Thanks. In retrospect, that seems quite obvious. Where is this documented and should it be mentioned here: http://orgmode.org/manual/Evaluating-code-blocks.html ? Cheers, Loris -- This signature is currently under construction.