On Saturday, 8 October 2022 00:31:00 CEST Matias Eyzaguirre wrote: > I’m using org-mode to generate a markdown README for a project that is > under version control. I’ve noticed that the anchor tags used for the > table of contents seem to be annoyingly random and change from export > to export. Is it possible to make the generated ids deterministic?
The function shown in this blog helps a lot: https://amitp.blogspot.com/2021/04/automatically-generate-ids-for-emacs.html This works quite well for my org files. HTH Dod