From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: remote reference Date: Thu, 28 Jan 2010 18:34:55 +0100 Message-ID: <88DD2C27-AA68-4A86-8937-BC4803F3A1C4@gmail.com> References: <2ACD6FB3-B415-4AE7-8D62-9450922514D0@gmail.com> <83ockvbr0t.fsf@yahoo.it> <6D5CED20-6E3E-4FFA-BB8E-89AA119E3317@gmail.com> <83hbqjx08s.fsf@yahoo.it> 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 mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NadWq-0006AT-Jk for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:12:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NadWl-00069C-Tn for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:12:00 -0500 Received: from [199.232.76.173] (port=41590 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NadWl-000699-Rv for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:11:55 -0500 Received: from ey-out-1920.google.com ([74.125.78.150]:33225) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NadWl-0005xx-8H for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 18:11:55 -0500 Received: by ey-out-1920.google.com with SMTP id 26so318812eyw.34 for ; Thu, 28 Jan 2010 15:11:54 -0800 (PST) In-Reply-To: <83hbqjx08s.fsf@yahoo.it> 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: Giovanni Ridolfi Cc: =?ISO-8859-1?Q?S=E9bastien_Vauban?= , org-mode mailing list Hi Giovanny, yes, that is right, only field references are allowed for direct assignment. Columns or ranges are allowed only as arguments of functions that will collapse them into a scalar. - Carsten On Jan 18, 2010, at 9:53 AM, Giovanni Ridolfi wrote: > 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 - Carsten