From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benny Simonsen Subject: Manual fix - Table name Date: Wed, 15 May 2013 22:11:19 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uci2p-00005p-Da for emacs-orgmode@gnu.org; Wed, 15 May 2013 16:11:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uci2j-0003y4-Lm for emacs-orgmode@gnu.org; Wed, 15 May 2013 16:11:27 -0400 Received: from mail-ie0-x231.google.com ([2607:f8b0:4001:c03::231]:40805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uci2j-0003xQ-Hu for emacs-orgmode@gnu.org; Wed, 15 May 2013 16:11:21 -0400 Received: by mail-ie0-f177.google.com with SMTP id 9so4714009iec.36 for ; Wed, 15 May 2013 13:11:20 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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