From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: bug in remote references in spreadsheet Date: Wed, 15 Apr 2009 15:20:29 +0200 Message-ID: <70D58007-FE46-4E90-8945-1D9060E914F4@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 1Lu52c-0006V5-Vc for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 09:20:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lu52X-0006Sx-UV for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 09:20:38 -0400 Received: from [199.232.76.173] (port=44517 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lu52X-0006Sr-MV for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 09:20:33 -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 1Lu52X-0007zA-90 for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 09:20:33 -0400 Received: by ewy4 with SMTP id 4so3541863ewy.42 for ; Wed, 15 Apr 2009 06:20:32 -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 This is now fixed, thanks for the report. Please note that also modifying the remote table will not change references in a table that refers to it, because the remote table does not know who might be referring to it. - Carsten On Apr 6, 2009, at 10:07 PM, Rares Vernica wrote: > Hello, > > I think the standard references do not work correctly in the "remote" > function. Moreover, the "edit all formulas" (C-c ') window replaces > the > internal references with standard references. Even if I toggle the > references back to internal ones, the references in the "remote" > function do not get updated. > > Here is an example: > > #+TBLNAME: TableA > | 101 | > #+TBLFM: @1$1=remote(TableC,@1$1) > > #+TBLNAME: TableB > | A1 | > #+TBLFM: @1$1=remote(TableC,A1) > > #+TBLNAME: TableC > | 101 | > > If I do C-c * in TableA, it works correctly. In TableB it doesn't. > If I > do C-c ' in TableA and then (with or without C-c C-r) C-c C-c and C- > c *, > then the contents of TableA will be equivalent to the ones of TableB > and > the reference will be broken. > > Here is version info (I updated both emacs and org-mode from > repository > today): > > 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 for org! > 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