From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Using #+NAME for single value, not table? Date: Fri, 27 Jun 2014 11:10:41 -0400 Message-ID: <87k382qtfy.fsf@alphaville.bos.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Y6Q-0001Zs-KZ for emacs-orgmode@gnu.org; Fri, 27 Jun 2014 11:30:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0Y6K-0007dO-Aa for emacs-orgmode@gnu.org; Fri, 27 Jun 2014 11:30:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:57738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Y6J-0007cs-Vc for emacs-orgmode@gnu.org; Fri, 27 Jun 2014 11:30:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X0Xrl-00033Y-3Z for emacs-orgmode@gnu.org; Fri, 27 Jun 2014 17:15:05 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Jun 2014 17:15:05 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Jun 2014 17:15:05 +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 Rainer M Krug writes: > tsd@tsdye.com (Thomas S. Dye) writes: > >> Perhaps you could wrap it in a source code block? > > Thanks - yes, I could do that, but then it is not equivalent to a table, > as I have to use VARIABLEVALUE() and for a table VARIABLETABLE. I > actually wanted to get rid of this inconsistencies. > > I could obviously define an R source code block to return the table > defined before in org, but this is not nice at all... > Does :results table help? Nick