From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Karl Eichwalder" Subject: remote reference Date: Fri, 15 Jan 2010 09:49:20 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVhsE-0006iA-7G for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 03:49:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVhs8-0006fH-Vj for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 03:49:41 -0500 Received: from [199.232.76.173] (port=54171 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVhs8-0006f8-Ma for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 03:49:36 -0500 Received: from mail-n.franken.de ([193.175.24.27]:37180) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NVhs8-00053U-6j for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 03:49:36 -0500 Received: from www.franken.de (unknown [IPv6:2001:638:a02:a001:230:1bff:febc:f33a]) by drew.franken.de (Postfix) with ESMTP id 92D501C0C0BEA for ; Fri, 15 Jan 2010 09:49:20 +0100 (CET) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I do not understand how I can reference tables (only the first one?) in remote files. The manual says: Remote references ................. You may also reference constants, fields and ranges from a different table, either in the current file or even in a different file. The syntax is remote(NAME-OR-ID,REF) where NAME can be the name of a table in the current file as set by a `#+TBLNAME: NAME' line before the table. It can also be the ID of an entry, even in a different file, and the reference then refers to the first table in that entry. REF is an absolute field or range reference as described above for example `@3$3' or `$somename', valid in the referenced table. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D remote(FILENAME,REF) does not seem to work. All the tutorials I found are either too basic or too advanced or too general. --=20 Karl Eichwalder