From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: analog of org-latex-prefer-user-labels for html? Date: Sun, 06 Nov 2016 23:06:26 +0100 Message-ID: <87bmxsmffh.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3Va9-0001Tf-3E for emacs-orgmode@gnu.org; Sun, 06 Nov 2016 17:06:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3Va5-0001dB-U3 for emacs-orgmode@gnu.org; Sun, 06 Nov 2016 17:06:29 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:36017) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c3Va5-0001c4-Nn for emacs-orgmode@gnu.org; Sun, 06 Nov 2016 17:06:25 -0500 In-Reply-To: (John Kitchin's message of "Sun, 06 Nov 2016 16:37:42 -0500") 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: John Kitchin Cc: org mode Hello, John Kitchin writes: > 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: do not know how to link to. <> creates a link to the table above. > It seems like we need > > org-html-prefer-user-labels > > to make that happen. I suggested it a couple of times already, but it seems no one volunteered so far to implement it. Regards, -- Nicolas Goaziou