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. _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode