From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cook, Malcolm" Subject: org-html-list-of-tables ODD BEHAVIOR in producing in html export a hyperlinked table of figures to result tables Date: Wed, 3 Aug 2016 23:06:57 +0000 Message-ID: <829050e635aa466994d8b7dfd27173b5@exchsrv2.sgc.loc> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bV5Fh-0007ya-Kl for emacs-orgmode@gnu.org; Wed, 03 Aug 2016 19:07:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bV5Fb-0005WJ-Lv for emacs-orgmode@gnu.org; Wed, 03 Aug 2016 19:07:04 -0400 Received: from smtp01.stowers.org ([40.141.174.61]:57212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bV5Fb-0005VF-FS for emacs-orgmode@gnu.org; Wed, 03 Aug 2016 19:06:59 -0400 Received: from pps.filterd (smtp01.stowers.org [127.0.0.1]) by smtp01.stowers.org (8.15.0.59/8.15.0.59) with SMTP id u73N4kam001932 for ; Wed, 3 Aug 2016 18:06:58 -0500 Received: from mail.stowers.org (exchsrv1.sgc.loc [10.0.52.156]) by smtp01.stowers.org with ESMTP id 24kkadr6e5-1 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Wed, 03 Aug 2016 18:06:58 -0500 Content-Language: en-US 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'" Hi, I understand that Including in my org file: #+TOC: tables=20 Produces a list of all captioned tables in my document. If the table lacks a caption, it does not appear in the list of tables. Alas, they are not hyperlinked to the table unless I add a #+NAME directive= . Oddly, the #+NAME: may even be empty, and the hyperlink is created. Further oddly, even if the #+NAME is empty, its actual value is ignored....= it is not used as the anchor. Is all this by design? Thanks, Malcolm