Releases: alphapapa/org-make-toc
Releases · alphapapa/org-make-toc
v0.6
Compatibility
- Org 9.3 or later is now required.
Additions
- Option
org-make-toc-insert-custom-ids
automatically addsCUSTOM_ID
properties to headings so links can work on both GitHub-rendered Org files and in Emacs. (Thanks to Fox Kiester.)
Fixes
- Tolerate whitespace before drawer opening/closing lines. (#15, #17. Thanks to Nicholas Vollmer.)
- Link-type function called with position as argument. (Fixes occasional bugs with heading IDs.)
- Mode
org-make-toc-mode
now adds to thebefore-save-hook
in the local buffer rather than globally. (#24. Thanks to Akira Komamura.)