Karthik Chikmagalur <[email protected]> writes: > 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.
This is caused by malformed org-loaddefs. You can't put defcustom with default value referring to variable that is not autoloaded into autoloads. I am talking about org-latex-preview-process-alist and its reference to org-latex-preview--dvisvgm3-minor-version. -- 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>
