Hello,
The error
if: Can't find remote table "onsite"
is reported if the table name is in downcase (as in the following example).
Everything is OK when table name is in uppercase.
--8<---------------cut here---------------start------------->8---
* On site
#+tblname: onsite
| | Date | Persons |
|---+------------------+---------|
| | [2012-04-03 Tue] | 1 |
| | [2012-04-04 Wed] | 1 |
|---+------------------+---------|
| | Total | 2 |
| ^ | | Total |
#+TBLFM: $Total=vsum(@-I..-II)
* Remote reference
| Days on site | 2 | j |
#+TBLFM: @1$2=remote(onsite,$Total)::
--8<---------------cut here---------------end--------------->8---
Best regards,
Seb
--
Sebastien Vauban