From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Donat Subject: Re: How to pass named table reference in source block variable Date: Wed, 7 Aug 2013 20:06:43 +0000 (UTC) Message-ID: References: <87mwou1mu6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7A0h-0001FH-EF for emacs-orgmode@gnu.org; Wed, 07 Aug 2013 16:07:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7A0b-0001R9-RS for emacs-orgmode@gnu.org; Wed, 07 Aug 2013 16:07:07 -0400 Received: from plane.gmane.org ([80.91.229.3]:34947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7A0b-0001R0-Kh for emacs-orgmode@gnu.org; Wed, 07 Aug 2013 16:07:01 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V7A0a-00028s-OR for emacs-orgmode@gnu.org; Wed, 07 Aug 2013 22:07:00 +0200 Received: from mar92-18-78-239-131-140.fbx.proxad.net ([78.239.131.140]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Aug 2013 22:07:00 +0200 Received: from roland.donat by mar92-18-78-239-131-140.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Aug 2013 22:07:00 +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 Thomas S. Dye tsdye.com> writes: > > Perhaps this can help: > > http://orgmode.org/worg/org-contrib/babel/examples/lob-table- operations.html > > Alternatively, you might pass the table to a code block of a language > that understands tables, such as an R data frame, and use that language > to retrieve values by name. > > hth, > Tom > Thank you for the link, I'll check it but seems that it won't solve the problem. But anyway, I found a workaround that doesn't involve to insert table reference. It's a pity that I am so bad at Lisp because I feel this feature wouldn't be too complicated to code, especially if the reference mechanism is already implemented. Thank you again! Cheers, Roland.