emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] another bug in remote references in spreadsheet


From: Rares Vernica
Subject: [Orgmode] another bug in remote references in spreadsheet
Date: Sun, 12 Apr 2009 14:28:43 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (usg-unix-v)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]