From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: remote reference Date: Mon, 18 Jan 2010 09:53:23 +0100 Message-ID: <83hbqjx08s.fsf@yahoo.it> References: <2ACD6FB3-B415-4AE7-8D62-9450922514D0@gmail.com> <83ockvbr0t.fsf@yahoo.it> <6D5CED20-6E3E-4FFA-BB8E-89AA119E3317@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWnMd-0003p0-TP for emacs-orgmode@gnu.org; Mon, 18 Jan 2010 03:53:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWnMY-0003mM-Vb for emacs-orgmode@gnu.org; Mon, 18 Jan 2010 03:53:35 -0500 Received: from [199.232.76.173] (port=47997 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWnMY-0003mA-Lp for emacs-orgmode@gnu.org; Mon, 18 Jan 2010 03:53:30 -0500 Received: from slim-2a.inet.it ([213.92.5.122]:47223) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NWnMX-0003V5-13 for emacs-orgmode@gnu.org; Mon, 18 Jan 2010 03:53:30 -0500 In-Reply-To: <6D5CED20-6E3E-4FFA-BB8E-89AA119E3317@gmail.com> (Carsten Dominik's message of "Fri, 15 Jan 2010 16:55:07 +0100") 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: Carsten Dominik Cc: =?utf-8?Q?S=C3=A9bastien?= Vauban , org-mode, mailing list Carsten Dominik writes: Hi, Carsten, > > On the left > side of equations you can only have single fields > like @2$3 ok this works > or a column like $3. But this does /not/ work: see the example "columns $3" >> Org-mode version 6.34 >> GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON Example: ------------------------------------------------- * [2010-01-15 ven] table & reference ** table a #+TBLNAME: Taba | | # | x | y | |---+---+----+---| | | 1 | -2 | 4 | | | 2 | -1 | 1 | | | 3 | 0 | 0 | | | 4 | 1 | 1 | | | 5 | 2 | 4 | | ^ | | | a | ** table b *** columns $3 | | | | | | | | | | | | | | | | | | | | |---+---+---| | | ^ | b | #+TBLFM: $3=remote(Taba,$3) > > Looks like someone needs to write a tutorial about that! :-) > When I'll have finally understood ;-) Giovanni