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