emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] problem in highlighting fields in a remote table


From: Carsten Dominik
Subject: Re: [Orgmode] problem in highlighting fields in a remote table
Date: Fri, 2 Jul 2010 06:41:06 +0200


On Jul 1, 2010, at 4:23 PM, Seweryn Kokot wrote:

Hi,

I have two tables - the second one refers with formulas to the first table.

#+TBLNAME: table_one
|---+---|
| 1 | 2 |
|---+---|
| 3 | 4 |
|---+---|

#+TBLNAME: table_two
|---+---|
| 1 | 2 |
|---+---|
| 6 | 8 |
|---+---|
#+TBLFM: @2$1=2*remote(table_one, A2)::@2$2=2*remote(table_one, B2)

Being in the second table and using the C-c ' editing of formulas, refering to a field in the first table with a formula e.g. "A2 = 100*(remote(tblname, A2))" highlights A2 field in the second table and not in the first one.

Is it a limitation or a bug?


This is a limitation. Would be hard to make this work (not impossible though).

- Carsten



reply via email to

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