8000 Does not support multiple headings having the same name · Issue #25 · alphapapa/org-make-toc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Does not support multiple headings having the same name #25
Open
@quarkQuark

Description

@quarkQuark

When used in a file where two or more headings have the same name, the generated links use the same reference for each. For example, running org-make-toc on

* Heading
* Heading

gives

- [[#heading][Heading]]
- [[#heading][Heading]]

Instead, it should generate something like

- [[#heading-1[Heading]]
- [[#heading-2][Heading]]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0