* problem in highlighting fields in a remote table
@ 2010-07-01 14:23 Seweryn Kokot
2010-07-02 4:41 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Seweryn Kokot @ 2010-07-01 14:23 UTC (permalink / raw)
To: emacs-orgmode
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: problem in highlighting fields in a remote table
2010-07-01 14:23 problem in highlighting fields in a remote table Seweryn Kokot
@ 2010-07-02 4:41 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-07-02 4:41 UTC (permalink / raw)
To: Seweryn Kokot; +Cc: emacs-orgmode
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-02 4:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-01 14:23 problem in highlighting fields in a remote table Seweryn Kokot
2010-07-02 4:41 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.