From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Remote References to Tables in Included Files. Date: Sat, 4 Jan 2014 16:41:18 +0100 Message-ID: References: <52A9C914.6080901@wilkesley.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzTLk-0001MV-RM for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 10:41:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzTLj-0002nN-LP for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 10:41:20 -0500 Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:57764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzTLj-0002nG-D5 for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 10:41:19 -0500 Received: by mail-lb0-f171.google.com with SMTP id w7so8752927lbi.2 for ; Sat, 04 Jan 2014 07:41:18 -0800 (PST) In-Reply-To: <52A9C914.6080901@wilkesley.net> 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: ian@manor-farm.org Cc: Org Mode Hi Ian On Thu, Dec 12, 2013 at 3:32 PM, Ian Barton wrote: > I am trying to combine summary data from org tables. > [...] > #+TBLFM: @2$2 = remote(october2012,@2$2)::@3$2 = remote(november2013,@3$2):: > [...] Just a few days ago I have implemented remote reference indirection for name or ID which you might find useful for your use case. Please see here: http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg00118.html Michael