alphapapa / alphapapa/org-make-toc

Does not support multiple headings having the same name

Aperta
#25 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.