From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Meaningful & stable anchors in HTML export Date: Fri, 01 Jul 2016 14:22:09 +0200 Message-ID: <87inwpim4u.fsf@saiph.selenimh> References: <020501d1d385$c59432b0$50bc9810$@ontotext.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIxSh-0007Oc-Hp for emacs-orgmode@gnu.org; Fri, 01 Jul 2016 08:22:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIxSb-0003cS-O4 for emacs-orgmode@gnu.org; Fri, 01 Jul 2016 08:22:22 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:56569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIxSb-0003cM-H5 for emacs-orgmode@gnu.org; Fri, 01 Jul 2016 08:22:17 -0400 In-Reply-To: <020501d1d385$c59432b0$50bc9810$@ontotext.com> (Vladimir Alexiev's message of "Fri, 1 Jul 2016 13:46:06 +0300") 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: Vladimir Alexiev Cc: emacs-orgmode@gnu.org Hello, "Vladimir Alexiev" writes: > So my request is: the HTML export should have an option > org-export-anchors-use-title > to generate section anchors from the section title. I disagree. Using headline is brittle since it is relatively common for some headlines to share the same title, and Org internal anchor mechanism should guarantee there are no duplicates. You can use a CUSTOM_ID property to force the name of the section anchor. Regards, -- Nicolas Goaziou