From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rares Vernica Subject: bug in remote references in spreadsheet Date: Mon, 06 Apr 2009 13:07:37 -0700 Message-ID: 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 1Lqv6z-0000N6-K9 for emacs-orgmode@gnu.org; Mon, 06 Apr 2009 16:08:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lqv6v-0000Gu-R5 for emacs-orgmode@gnu.org; Mon, 06 Apr 2009 16:08:05 -0400 Received: from [199.232.76.173] (port=60810 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lqv6v-0000Gf-AN for emacs-orgmode@gnu.org; Mon, 06 Apr 2009 16:08:01 -0400 Received: from main.gmane.org ([80.91.229.2]:53411 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lqv6u-00072E-Or for emacs-orgmode@gnu.org; Mon, 06 Apr 2009 16:08:01 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Lqv6n-0008NF-GE for emacs-orgmode@gnu.org; Mon, 06 Apr 2009 20:07:53 +0000 Received: from godzilla.ics.uci.edu ([128.195.10.101]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Apr 2009 20:07:53 +0000 Received: from rares by godzilla.ics.uci.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Apr 2009 20:07:53 +0000 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: emacs-orgmode@gnu.org 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