From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Sh=C3=A9rab?= Subject: Exporting in html with numeric references to headlines Date: Mon, 15 Jul 2019 19:16:32 +0200 Message-ID: <20190715171632.GA24689@om.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43025) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hn4aa-00008i-SU for emacs-orgmode@gnu.org; Mon, 15 Jul 2019 13:16:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hn4aZ-0002rq-V7 for emacs-orgmode@gnu.org; Mon, 15 Jul 2019 13:16:36 -0400 Received: from domu-toccata.ens-lyon.fr ([140.77.166.138]:59626 helo=sonata.ens-lyon.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hn4aZ-0002qe-P3 for emacs-orgmode@gnu.org; Mon, 15 Jul 2019 13:16:35 -0400 Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 61D032016D for ; Mon, 15 Jul 2019 19:16:33 +0200 (CEST) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yZdHP5jBzT4w for ; Mon, 15 Jul 2019 19:16:33 +0200 (CEST) Received: from om.localdomain (reverse-177-225.fdn.fr [80.67.177.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id 341002016E for ; Mon, 15 Jul 2019 19:16:33 +0200 (CEST) Received: from seb by om.localdomain with local (Exim 4.92) (envelope-from ) id 1hn4aW-0006RY-O9 for emacs-orgmode@gnu.org; Mon, 15 Jul 2019 19:16:32 +0200 Content-Disposition: inline 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 Dear all, Assume the following document: =3D=3D=3D #+title: test1 * Introduction Monads will be explained in chapter [[#monads]] * Monads :PROPERTIES: :CUSTOM_ID: monads :END: Welcome to the monads chapter. =3D=3D=3D When I export this to html, the paragraph in the introduction says: Monads will be explained in chapter 2 with "2" being a link, which is what I am expecting. However the link does not work and it seems the "#monads" anchor is actually not created. I can also observe that the links in the table of contents do not seem to work either. Am I doing something wrong? I also tried different variations with <> but was not able to make anything work. Many thanks in advance for any hint! Sh=C3=A9rab.