From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: problem in highlighting fields in a remote table Date: Fri, 2 Jul 2010 06:41:06 +0200 Message-ID: <521430D0-EC49-46EE-B114-EB5C05D3D39F@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=60659 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUY3q-0007yA-E0 for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 00:41:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUY3p-00073u-9B for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 00:41:10 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:44700) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUY3p-00073o-4w for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 00:41:09 -0400 Received: by ewy28 with SMTP id 28so1143768ewy.0 for ; Thu, 01 Jul 2010 21:41:08 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Seweryn Kokot Cc: emacs-orgmode@gnu.org On Jul 1, 2010, at 4:23 PM, Seweryn Kokot wrote: > Hi, > > I have two tables - the second one refers with formulas to the first > table. > > #+TBLNAME: table_one > |---+---| > | 1 | 2 | > |---+---| > | 3 | 4 | > |---+---| > > #+TBLNAME: table_two > |---+---| > | 1 | 2 | > |---+---| > | 6 | 8 | > |---+---| > #+TBLFM: @2$1=2*remote(table_one, A2)::@2$2=2*remote(table_one, B2) > > Being in the second table and using the C-c ' editing of formulas, > refering to > a field in the first table with a formula e.g. "A2 = > 100*(remote(tblname, > A2))" highlights A2 field in the second table and not in the first > one. > > Is it a limitation or a bug? This is a limitation. Would be hard to make this work (not impossible though). - Carsten