From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: another bug in remote references in spreadsheet Date: Wed, 15 Apr 2009 15:20:42 +0200 Message-ID: <8884330C-594D-42BB-BCE0-6D0593A820BD@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v930.3) 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 1Lu52o-0006WQ-Ve for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 09:20:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lu52j-0006WA-7W for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 09:20:49 -0400 Received: from [199.232.76.173] (port=52654 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lu52i-0006W7-Lc for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 09:20:44 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]:33731) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lu52i-0007zA-9l for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 09:20:44 -0400 Received: by mail-ew0-f160.google.com with SMTP id 4so3541863ewy.42 for ; Wed, 15 Apr 2009 06:20:43 -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: Rares Vernica Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On Apr 12, 2009, at 11:28 PM, Rares Vernica wrote: > Hi, > > I think I found another bug related to remote references. When I > insert/remove a row/column using the table commands, the remote > references to other tables are also updated. I think org treats > "remote" > as a regular function and updates the references inside it. > > Here is an example: > > #+TBLNAME: TableA > | 101 | > #+TBLFM: @1$1=remote(TableB,@1$1) > > #+TBLNAME: TableB > | 101 | > > If I go in the cell of TableA and do M-S-down arrow, I get the > following: > > #+TBLNAME: TableA > | | > | 101 | > #+TBLFM: @2$1=remote(TableB,@2$1) > ^^^^ > > As you can see the remote reference has been updated. I similar update > happens when I remove a row or insert/remove a column. > > Here is version info (I updated both emacs and org-mode from > repository > on April 6th): > > emacs-version is a variable defined in `version.el'. > Its value is "23.0.92.2" > > org-version is a variable defined in `org.el'. > Its value is "6.25d" > > Thanks, > Rares > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode