Re: [O] Manual fix - Table name

2013-05-16 Thread Sebastien Vauban
Hi Benny,

Benny Simonsen wrote:
> In the manual, http://orgmode.org/manual/References.html
> It seems as there is an error in the "Remote references" section:
> #+NAME should be replaced by #+TBLNAME
>
> En example could be included, e.g.:
> #+tblNAME:TB_NAME
> | Test |
> |--|
> |  100 |
> |  25% |
> |--|
>
>
> #+tblNAME:TBNAME_2
> | Value |
> |---|
> |   25. |
> |---|
> #+TBLFM: @I$1=remote(TB_NAME, @I$1)*remote(TB_NAME, @3$1)

Normally not, no: when naming a table, "#+name:" should replace "#+tblname:",
which only still exists for backwards compatibility.

Best regards,
  Seb

-- 
Sebastien Vauban




[O] Manual fix - Table name

2013-05-15 Thread Benny Simonsen
Hi

In the manual, http://orgmode.org/manual/References.html
It seems as there is an error in the "Remote references" section:
#+NAME should be replaced by #+TBLNAME

En example could be included, e.g.:
#+tblNAME:TB_NAME
| Test |
|--|
|  100 |
|  25% |
|--|


#+tblNAME:TBNAME_2
| Value |
|---|
|   25. |
|---|
#+TBLFM: @I$1=remote(TB_NAME, @I$1)*remote(TB_NAME, @3$1)


Regards,
Benny