Hi, After the patch, I am getting problems with make test, make, and make autoloads, with Org complaining that org-loaddefs is missing:
========= Auto-generating Org version number org-version: 10.0-pre (release_9.8.10-484-g7ae5a0.dirty) Loading /home/yantar92/Git/org-mode/mk/org-fixup.el (source)... Loading /home/yantar92/Git/org-mode/mk/org-fixup.el (source)... ========= Auto-generating Org loaddefs org-loaddefs: 10.0-pre (release_9.8.10-484-g7ae5a0.dirty) Loading /home/yantar92/Git/org-mode/mk/org-fixup.el (source)... Loading /home/yantar92/Git/org-mode/mk/org-fixup.el (source)... INFO Scraping 129 files for loaddefs... WARNING: org-loaddefs.el file could not be loaded from where org.el is loaded - (file-missing "Cannot open load file" "No such file or directory" "/home/yantar92/Git/org-mode/lisp/org-loaddefs") WARNING: org-loaddefs.el file could not be loaded from where org.el is loaded - (file-missing "Cannot open load file" "No such file or directory" "/home/yantar92/Git/org-mode/lisp/org-loaddefs") ^^^^ This did not happen before the commit. INFO Scraping 129 files for loaddefs...65% loaddefs-gen: loading file org-element (for cl-defun) Loading /home/yantar92/Git/org-mode/lisp/org-element.el (source)... WARNING: org-loaddefs.el file could not be loaded from where org.el is loaded - (file-missing "Cannot open load file" "No such file or directory" "/home/yantar92/Git/org-mode/lisp/org-loaddefs") You need to run "make" or "make autoloads" from Org lisp directory You need to run "make" or "make autoloads" from Org lisp directory You need to run "make" or "make autoloads" from Org lisp directory ^^^^ This did not happen before the commit. INFO Scraping 129 files for loaddefs...75% INFO Scraping 129 files for loaddefs...85% INFO Scraping 129 files for loaddefs...95% INFO Scraping 129 files for loaddefs...100% INFO Scraping 129 files for loaddefs...done GEN org-loaddefs.el Emacs : GNU Emacs 32.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.52, cairo version 1.18.4) of 2026-09-05 Package: Org mode version 9.8.10 (release_9.8.10-1-g9b0a23 @ /home/yantar92/.emacs.d/straight/build/org/) -- Ihor Radchenko // yantar92, Org mode maintainer, 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>
