Juergen Fenn <[email protected]> writes: >> ⛔ Warning (emacs): Org version mismatch. >> This warning usually appears when a built-in Org version is loaded >> prior to the more recent Org version.
Yes, I am running into this as well. The message tries to be helpful with explanations of possible places the issue might've occurred. The problem is what to do if you are an edge case. > I am running > >> GNU Emacs 30.2 (build 1, aarch64-apple-darwin23.6.0, NS appkit-2487.70 >> Version 14.7.7 (Build 23H723)) of 2025-08-15 GNU Emacs 30.1 (build 3, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0) of 2026-02-26 I've tried the following: 1. My .emacs.d is not in Git, so I don't have mismatches due to that. 2. My load-path appears correct, have but, to be safe, I add org-9.8 to the load-path in early-emacs.el. That should rule out local packages picking up old system org version. 3. Stripping my init.el to the bone did get Org working, but that disables everthing else. 4. Since my init.el uses use-package to load everything, I'm thinking of removing my elpa and eln-cache directories and let it all rebuild (I hope). This warning should provide a backtrace of some sort to give us a hint where the problem was detected so we might construct a better local test to fix it. David
