Ihor, what do I do about the warning: WARNING: No org-loaddefs.el file could be found from where org.el is loaded. You need to run "make" or "make autoloads" from Org lisp directory
I ran make autoloads from the Org repository root, but it doesn't fix this warning. --8<---------------cut here---------------start------------->8--- -*- mode: compilation; default-directory: "~/.emacs.d/elpaca/repos/org/" -*- Compilation started at Sat Sep 19 10:28:37 make autoloads make -C lisp autoloads make[1]: Entering directory '/home/karthik/.emacs.d/elpaca/repos/org/lisp' rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc org-install.elc org-version: 9.8-pre (release_9.7.39-934-gb52513) Loading /home/karthik/.emacs.d/elpaca/repos/org/lisp/org-compat.el (source)... Loading /home/karthik/.emacs.d/elpaca/repos/org/mk/org-fixup.el (source)... org-loaddefs: 9.8-pre (release_9.7.39-934-gb52513) Loading /home/karthik/.emacs.d/elpaca/repos/org/lisp/org-compat.el (source)... Loading /home/karthik/.emacs.d/elpaca/repos/org/mk/org-fixup.el (source)... INFO Scraping 130 files for loaddefs... INFO Scraping 130 files for loaddefs...87% INFO Scraping 130 files for loaddefs...done GEN org-loaddefs.el make[1]: Leaving directory '/home/karthik/.emacs.d/elpaca/repos/org/lisp' Compilation finished at Sat Sep 19 10:28:38, duration 0.88 s --8<---------------cut here---------------end--------------->8--- I can't actually run make autoloads from the Org lisp/ directory though. Karthik
