Your archive.org recording link is 404-failing for me. > I tried to look into the branch using the link you provided, but it > looks like it still contains some unrelated changes. > In particular, I stumbled upon > > +(defcustom org-inline-src-prettify-results t
I can confirm this exists. I didn't realize this was one of Timothy's changes, I'll revert it. > In addition, I tried to run make test, and ran into org-autoloads > failing to load and dozens of compiler warnings. I don't see any compiler warnings related to org-latex-preview. > 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. > Some tests are also failing for me. I see the error regarding org-latex-preview--dvisvgm3-minor-version, looking into it now. > Could you please double-check if the branch on github is the right branch? It's the right branch. Karthik
