emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] problem in highlighting fields in a remote table


From: Seweryn Kokot
Subject: [Orgmode] problem in highlighting fields in a remote table
Date: Thu, 1 Jul 2010 14:23:19 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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?

Thank you. 








reply via email to

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