From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: analog of org-latex-prefer-user-labels for html? Date: Sun, 06 Nov 2016 16:37:42 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3V8Q-0002qw-Eh for emacs-orgmode@gnu.org; Sun, 06 Nov 2016 16:37:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3V8M-0006xE-IJ for emacs-orgmode@gnu.org; Sun, 06 Nov 2016 16:37:50 -0500 Received: from mail-qk0-x22d.google.com ([2607:f8b0:400d:c09::22d]:36292) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c3V8M-0006wc-ES for emacs-orgmode@gnu.org; Sun, 06 Nov 2016 16:37:46 -0500 Received: by mail-qk0-x22d.google.com with SMTP id n21so45254847qka.3 for ; Sun, 06 Nov 2016 13:37:45 -0800 (PST) Received: from Johns-MacBook-Air.local (c-67-171-67-30.hsd1.pa.comcast.net. [67.171.67.30]) by smtp.gmail.com with ESMTPSA id 73sm14565964qky.2.2016.11.06.13.37.43 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 06 Nov 2016 13:37:44 -0800 (PST) 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: org mode Hi all, I noticed there seems to have been a change in html export with labels. In the past, I feel like a table like this: #+CAPTION: Hello World #+NAME: tab:hello | Hello | World | |-------+-------| | 1 | 2 | would be exported with an id of tab:hello that you could use in a link to jump to it. Now (with org9) I see something like: