snosov1 / toc-org

toc-org is an Emacs utility to have an up-to-date table of contents in the org files without exporting (useful primarily for readme files on GitHub)
GNU General Public License v3.0
287 stars 29 forks source link

[Bug]: Links broken if I have two headings with same title in org mode #93

Open ElectroQuanta opened 1 month ago

ElectroQuanta commented 1 month ago

If I have the following org-mode file:

* TOC :no_export:TOC_3
* Preamble
** Tests
*** Demos

* Demos

When I save the file and the TOC is updated, the links are broken. If I try to jump to * Demos it will jump to *** Demos (the first occurence) instead.