[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: Duplicated internal crossreference IDs in org-html-publish-
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Bug: Duplicated internal crossreference IDs in org-html-publish-to-html [9.0 (release_9.0-251-gc04501 @ /usr/share/emacs/site-lisp/org/)] |
Date: |
Fri, 11 Nov 2016 17:50:30 +0100 |
Hello,
address@hidden writes:
> Publishing the attached minimal orgmode file to html I get:
>
> #+BEGIN_SRC html
> <body>
> <div id="content">
> <h1 class="title">Michaels ToDo-Liste</h1>
> <div id="table-of-contents">
> <h2>Table of Contents</h2>
> <div id="text-table-of-contents">
> <ul>
> <li><a href="#org47d5be1">1. Section A</a>
> <ul>
> <li><a href="#org935cced">1.1. Same Heading</a></li>
> </ul>
> </li>
> <li><a href="#org935cced">2. Same Heading</a></li>
> </ul>
> </div>
> </div>
> <div id="outline-container-org47d5be1" class="outline-2">
> <h2 id="org47d5be1"><span class="section-number-2">1</span> Section
> A</h2>
> <div class="outline-text-2" id="text-1">
> </div><div id="outline-container-org935cced" class="outline-3">
> <h3 id="org935cced"><span class="section-number-3">1.1</span> Same
> Heading</h3>
> </div>
> </div>
> <div id="outline-container-org935cced" class="outline-2">
> <h2 id="org935cced"><span class="section-number-2">2</span> Same
> Heading</h2>
> </div>
> </div>
> <div id="postamble" class="status">
> <p class="date">Created: 2016-11-11 Fr 10:07</p>
> <p class="validation"><a
> href="http://validator.w3.org/check?uri=referer">Validate</a></p>
> </div>
> </body>
> #+END_SRC
>
>
> I would expect unique IDs instead.
Fixed. Thank you.
Regards,
--
Nicolas Goaziou