emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] another bug in remote references in spreadsheet


From: Carsten Dominik
Subject: Re: [Orgmode] another bug in remote references in spreadsheet
Date: Wed, 15 Apr 2009 15:20:42 +0200

Fixed, thanks.

- Carsten

On Apr 12, 2009, at 11:28 PM, Rares Vernica wrote:

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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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