emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Markdown export is non-deterministic?
@ 2022-10-07 22:31 Matias Eyzaguirre
  2022-10-08 14:57 ` Max Nikulin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Matias Eyzaguirre @ 2022-10-07 22:31 UTC (permalink / raw)
  To: emacs-orgmode

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?

For example one invocation of ~org-md-export-to-markdown~ will give me
this:

#+begin_example
1.  [Introduction](#org8f0a2e0)
2.  [Roadmap](#orga3f4ca7)
#+end_example

While exporting a second time, even if there are no changes to the
file, will produce something different such as:

#+begin_example
1.  [Introduction](#org775f005)
2.  [Roadmap](#orgccee397)
#+end_example

While these identifiers are generally not visible to a reader, they
add noise to the version control diffs. I'm wondering if it's possible
to force the relevantrandom number generator to use a fixed seed or,
more ideally, have the ids be based on the section title (or its
hash)?

Thanks,
  Matias

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-16 10:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-07 22:31 Markdown export is non-deterministic? Matias Eyzaguirre
2022-10-08 14:57 ` Max Nikulin
2022-10-09  3:50 ` Ihor Radchenko
2022-10-16  9:24 ` Dominique Dumont
2022-10-16  9:44   ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).