From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Love Subject: Hyperlink to Table in Other Org file Date: Fri, 3 Aug 2018 20:49:46 -0500 Message-ID: <33CF5301-BC81-4586-ACF7-46B1351AED73@comcast.net> Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fllhZ-00011J-1Y for emacs-orgmode@gnu.org; Fri, 03 Aug 2018 21:49:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fllhV-0003tO-VC for emacs-orgmode@gnu.org; Fri, 03 Aug 2018 21:49:53 -0400 Received: from resqmta-ch2-03v.sys.comcast.net ([2001:558:fe21:29:69:252:207:35]:48196) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fllhV-0003sm-OM for emacs-orgmode@gnu.org; Fri, 03 Aug 2018 21:49:49 -0400 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" To: emacs-orgmode@gnu.org All my attempts to create an org mode link to a table in another org = file fails to find the table. Instead I=E2=80=99m offered to create a = new heading, which is not what I want. In Section 4.3 External Links I see this format: file:projects.org::some words text search in Org file(31) so my link looks like=20 This is how to find error codes [[file:rst.org::tbl:luaerrors][Errors]] And I have this entry in the org file with the table #+LABEL: tbl:luaerrors I=E2=80=99ve also tried the absolute path. All advice appreciated.=