alphapapa / alphapapa/org-make-toc
Does not support multiple headings having the same name
Aperta
- Lingua principale
- Emacs Lisp
- Stelle
- 116
- Fork
- 18
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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]]
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.