Karthik Chikmagalur <[email protected]> writes:
> I think the patchset is ready to merge:
>
> https://github.com/karthink/org-mode/tree/olp
>
> You might have to negotiate some conflicts when merging ox-latex.el,
> but that should be it.
Thanks!
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
+ "Whether to use (ab)use prettify-symbols-mode on {{{results(...)}}}.
+Either t or a cons cell of strings which are used as substitutions
+for the start and end of inline results, respectively."
+ :type '(choice boolean (cons string string))
+ :package-version '(Org . "9.5")
+ :group 'org-appearance
+ :group 'org-babel)
In addition, I tried to run make test, and ran into org-autoloads
failing to load and dozens of compiler warnings.
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.
Some tests are also failing for me.
Could you please double-check if the branch on github is the right branch?
--
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>