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