* Manual fix - Table name
@ 2013-05-15 20:11 Benny Simonsen
2013-05-16 7:23 ` Sebastien Vauban
0 siblings, 1 reply; 2+ messages in thread
From: Benny Simonsen @ 2013-05-15 20:11 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Manual fix - Table name
2013-05-15 20:11 Manual fix - Table name Benny Simonsen
@ 2013-05-16 7:23 ` Sebastien Vauban
0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Vauban @ 2013-05-16 7:23 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-16 7:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-15 20:11 Manual fix - Table name Benny Simonsen
2013-05-16 7:23 ` Sebastien Vauban
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.