From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Include heading title in HTML section-number cross-reference, like LaTex \nameref? Date: Sun, 09 Feb 2014 09:19:52 +0100 Message-ID: <87zjm0pujb.fsf@bzg.ath.cx> References: <87k3d5nuiw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCPcO-0006a1-Si for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 03:20:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCPcJ-0002iN-Fg for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 03:20:00 -0500 Received: from rs249.mailgun.us ([209.61.151.249]:43554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCPcJ-0002gc-A0 for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 03:19:55 -0500 In-Reply-To: (D. C. Toedt's message of "Sat, 8 Feb 2014 16:46:02 -0600") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "D. C. Toedt" Cc: emacs-orgmode@gnu.org, Nicolas Goaziou Hello, "D. C. Toedt" writes: > (Org-mode maintainer [Bastien, still?], can you please let me know if > / when this gets implemented in an official release.) I'm not Org's maintainer anymore, I'm just /de facto/ taking decisions in accordance with the other core maintainers, our level of trust lets us move forward happily. To come back to you original question: ,---- | #+OPTIONS: H:7 TOC:nil @:t num:1 email:t author:t | | * Introduction to Technology Contracts | :PROPERTIES: | :CUSTOM_ID: IntroTechContracts | :END: | | Lorem ipsum etc. etc. | | * Dangerous Clauses | :PROPERTIES: | :CUSTOM_ID: DangerousClauses | :END: | | Lorem ipsum etc. etc. -- see Section [[#IntroTechContracts]]. `---- Why don't you use [[#IntroTechContracts][Introduction to Technology Contracts]] as a link? It is the link stored by org-store-link, and later inserted by org-insert-link, and AFAICS it is correctly exported. But it's true there are a few things we can make more consistent in this area though, so thanks for bringing this up. Best, -- Bastien