bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62762: 'make' often errors with "Org version mismatch" after pulling


From: Dmitry Gutov
Subject: bug#62762: 'make' often errors with "Org version mismatch" after pulling a new version of the code
Date: Fri, 24 Nov 2023 20:56:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 24/11/2023 20:54, Eli Zaretskii wrote:
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.

I thought the idea was to skip the version check at least when the Org version is built-in? That is, comes with Emacs as opposed to being installed from ELPA.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]