On Sunday, March 1, 2026 9:35:30 AM Eastern Standard Time Ihor Radchenko wrote: > Juergen Fenn <[email protected]> writes: > > Would it be possible to get this solution (or another one) in the > > upcoming setup for a bugfix release? After all, the warning message > > should appear in any current setup, and it keeps appearing with every > > restart. > > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=e2ef50603
I encountered the same problem this morning. There's a note about this in the Org Mode info file. It's under Introduction > Installing. The steps are: 1. Stop running emacsen (e.g. systemctl --user stop emacs) 2. emacs -Q -batch -eval "(progn (require 'package) (package-initialize) (package-refresh-contents) (package-upgrade 'org))" I had to do step 2 twice. The first time uninstalled the ELPA Org Mode. The second time re-installed it, fixing the version mismatch issue.
