Variable: org-latex-mathml-directory
org-latex-mathml-directory is a customizable variable defined in
org.el.gz.
Value
"ltxmathml/"
Documentation
Path to store MathML files converted from LaTeX fragments.
A relative path here creates many directories relative to the processed Org files paths. An absolute path puts all files in the same place.
This variable was added, or its default value changed, in Org version
9.8.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-latex-mathml-directory "ltxmathml/"
"Path to store MathML files converted from LaTeX fragments.
A relative path here creates many directories relative to the
processed Org files paths. An absolute path puts all files
in the same place."
:group 'org-latex
:package-version '(Org . "9.8")
:type 'string
:risky t)