Karthik Chikmagalur <[email protected]> writes: >>> The org-autoloads failures are related to ###autoload cookies for >>> defcustoms (the default value requires loading >>> org-latex-preview--dvisvgm3-minor-version which is not available for the >>> autoload file). I recommend not autoloading defcustoms. >> >> I have to autoload two defcustoms, org-latex-preview-appearance-options >> and org-latex-preview-process-alist, otherwise I have to require >> org-latex-preview in ox-html, ox-odt and ob-latex. Most HTML/ODT >> exports and many ob-latex runs will not use org-latex-preview for >> anything, so I don't want to force the require. > > Please advise.
Autoloading the problematic variable will do. I can do it myself, and I am currently working on the merge. I need your comment on 2744b6f68a7ff5e229ff510585ad7c2d3ffb26be That commit altered org-html--wrap-latex-environment, removing adding captions as equation-label entirely. Could you please review that change and let me know if it is intentional? It does not seem to be, and I am not sure if I can adjust the changes myself here. -- 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>
