Date: Fri, 24 Nov 2023 19:43:53 +0200
Cc:monnier@iro.umontreal.ca,bzg@gnu.org,62762@debbugs.gnu.org,
Kyle Meyer<kyle@kyleam.com>
From: Dmitry Gutov<dmitry@gutov.dev>
I still see the "Org version mismatch" error fairly often when
rebuilding Emacs (after which I have to invoke 'touch lisp/org/...'
again), or when trying to use org-mode in an already-built Emacs. All of
that with the master branch.
That's because the version test was not removed, just suppressed in
the most frequent situations during the build. But when Org files
need to be actually loaded (e.g., to generate a manual out of some
foo.org source), the test will kick in and will abort the command.
The only way to avoid that is to redesign and reimplement the solution
for version mismatch in Org macros.