emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* another bug in remote references in spreadsheet
@ 2009-04-12 21:28 Rares Vernica
  2009-04-15 13:20 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Rares Vernica @ 2009-04-12 21:28 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-15 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-12 21:28 another bug in remote references in spreadsheet Rares Vernica
2009-04-15 13:20 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).