* org version mismatch error.
@ 2023-09-24 10:05 Colin Baxter
2023-09-24 10:24 ` Ihor Radchenko
2023-09-24 14:05 ` T.V Raman
0 siblings, 2 replies; 7+ messages in thread
From: Colin Baxter @ 2023-09-24 10:05 UTC (permalink / raw)
To: emacs-devel
Using today's git pull for emacs-30.0.50
1. emacs -Q <RET>
2. C-x C-f think-of-a-word.org <RET>
This gives "File mode specification error:
(error Org version mismatch. Make sure that correct
‘load-path’ is set early in init.el)", together with a recommendation
to put "(straight-use-package 'org) early in the config. Id"
Surely "emacs -Q" shouldn't require any init files?
Colin Baxter.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: org version mismatch error.
2023-09-24 10:05 org version mismatch error Colin Baxter
@ 2023-09-24 10:24 ` Ihor Radchenko
2023-09-24 11:57 ` Eli Zaretskii
2023-09-24 14:05 ` T.V Raman
1 sibling, 1 reply; 7+ messages in thread
From: Ihor Radchenko @ 2023-09-24 10:24 UTC (permalink / raw)
To: m43cap; +Cc: emacs-devel
Colin Baxter <m43cap@yandex.com> writes:
> Using today's git pull for emacs-30.0.50
>
> 1. emacs -Q <RET>
> 2. C-x C-f think-of-a-word.org <RET>
>
> This gives "File mode specification error:
> (error Org version mismatch. Make sure that correct
> ‘load-path’ is set early in init.el)", together with a recommendation
> to put "(straight-use-package 'org) early in the config. Id"
TL;DR: make bootstrap
See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62762
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: org version mismatch error.
2023-09-24 10:24 ` Ihor Radchenko
@ 2023-09-24 11:57 ` Eli Zaretskii
2023-09-24 14:09 ` Colin Baxter
0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2023-09-24 11:57 UTC (permalink / raw)
To: Ihor Radchenko; +Cc: m43cap, emacs-devel
> From: Ihor Radchenko <yantar92@posteo.net>
> Cc: emacs-devel@gnu.org
> Date: Sun, 24 Sep 2023 10:24:32 +0000
>
> Colin Baxter <m43cap@yandex.com> writes:
>
> > Using today's git pull for emacs-30.0.50
> >
> > 1. emacs -Q <RET>
> > 2. C-x C-f think-of-a-word.org <RET>
> >
> > This gives "File mode specification error:
> > (error Org version mismatch. Make sure that correct
> > ‘load-path’ is set early in init.el)", together with a recommendation
> > to put "(straight-use-package 'org) early in the config. Id"
>
> TL;DR: make bootstrap
No need for such drastic measures. It's enough to say
$ rm lisp/org/*.elc && make -jN
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: org version mismatch error.
2023-09-24 10:05 org version mismatch error Colin Baxter
2023-09-24 10:24 ` Ihor Radchenko
@ 2023-09-24 14:05 ` T.V Raman
2023-09-24 19:28 ` João Távora
2023-09-26 9:00 ` Ihor Radchenko
1 sibling, 2 replies; 7+ messages in thread
From: T.V Raman @ 2023-09-24 14:05 UTC (permalink / raw)
To: Colin Baxter; +Cc: emacs-devel
I hit this a week ago and eEli responded with an immediate fix, remove
all *.elc files in the org directory and rebuild. That said, I hope the
org team can fix this breakage -- and more importantly fix that
strangely misleading message it displays when this breakage happens.
Also tangentially but in the hope of avoiding more breakages, org
appears to load a lot more of itself by default than it likely needs to
--- e.g. I dont use any of the ob-* modules until much later in my Emacs
session, but a lot of those modules appear to load right at startup.
--
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: org version mismatch error.
2023-09-24 11:57 ` Eli Zaretskii
@ 2023-09-24 14:09 ` Colin Baxter
0 siblings, 0 replies; 7+ messages in thread
From: Colin Baxter @ 2023-09-24 14:09 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Ihor Radchenko, emacs-devel
>>>>> Eli Zaretskii <eliz@gnu.org> writes:
>> From: Ihor Radchenko <yantar92@posteo.net> Cc:
>> emacs-devel@gnu.org Date: Sun, 24 Sep 2023 10:24:32 +0000
>>
>> Colin Baxter <m43cap@yandex.com> writes:
>>
>>> Using today's git pull for emacs-30.0.50
>>>
>>> 1. emacs -Q <RET> 2. C-x C-f think-of-a-word.org <RET>
>>>
>>> This gives "File mode specification error: (error Org version
>>> mismatch. Make sure that correct ‘️load-path’ is set early in
>>> init.el)", together with a recommendation to put
>>> "(straight-use-package 'org) early in the config. Id"
>>
>> TL;DR: make bootstrap
Yes, that worked. I normally remove all *.elc files before I make
org-mode from git, but failed to understand that stale *.elc can also
inhabit the org-mode that comes built-in to emacs.
Thanks.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: org version mismatch error.
2023-09-24 14:05 ` T.V Raman
@ 2023-09-24 19:28 ` João Távora
2023-09-26 9:00 ` Ihor Radchenko
1 sibling, 0 replies; 7+ messages in thread
From: João Távora @ 2023-09-24 19:28 UTC (permalink / raw)
To: T.V Raman; +Cc: Colin Baxter, emacs-devel
[-- Attachment #1: Type: text/plain, Size: 376 bytes --]
On Sun, Sep 24, 2023, 15:06 T.V Raman <raman@google.com> wrote:
> I hit this a week ago and eEli responded with an immediate fix, remove
> all *.elc files in the org directory and rebuild. That said, I hope the
> org team can fix this breakage -- and more importantly fix that
> strangely misleading message it displays when this breakage happens.
>
+1, my thoughts exactly
[-- Attachment #2: Type: text/html, Size: 705 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: org version mismatch error.
2023-09-24 14:05 ` T.V Raman
2023-09-24 19:28 ` João Távora
@ 2023-09-26 9:00 ` Ihor Radchenko
1 sibling, 0 replies; 7+ messages in thread
From: Ihor Radchenko @ 2023-09-26 9:00 UTC (permalink / raw)
To: T.V Raman; +Cc: Colin Baxter, emacs-devel
"T.V Raman" <raman@google.com> writes:
> I hit this a week ago and eEli responded with an immediate fix, remove
> all *.elc files in the org directory and rebuild. That said, I hope the
> org team can fix this breakage -- and more importantly fix that
> strangely misleading message it displays when this breakage happens.
This breakage has been fixed as much as we could - see the discussion in
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62762. Org versions checks
since the commit associated with bug#62762 are disabled.
What is left is Emacs builds upgrading from a commit coming before
bug#62762 fix. Those cannot be addressed easily. And I do not think that
they should - make bootstrap is needed from time to time anyway after
git pull, even without Org.
> Also tangentially but in the hope of avoiding more breakages, org
> appears to load a lot more of itself by default than it likely needs to
> --- e.g. I dont use any of the ob-* modules until much later in my Emacs
> session, but a lot of those modules appear to load right at startup.
See `org-babel-load-languages'. It is documented in "16.9 Languages"
section of the Org manual. By default, only elisp babel support is
loaded + core babel libraries.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-09-26 9:00 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-24 10:05 org version mismatch error Colin Baxter
2023-09-24 10:24 ` Ihor Radchenko
2023-09-24 11:57 ` Eli Zaretskii
2023-09-24 14:09 ` Colin Baxter
2023-09-24 14:05 ` T.V Raman
2023-09-24 19:28 ` João Távora
2023-09-26 9:00 ` Ihor Radchenko
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.