Karthik Chikmagalur <[email protected]> writes: >>>> Explicit numbering is required because some images will fail to be >>>> generated, and we will get off-by-one and other index errors when >>>> matching the input fragment ↔ output image otherwise. >>>> >>>> What should I do here about the compatibility? It seems like it should >>>> be okay to break this. >> >> Still the same comment. >> >> %O is "absolute output file name" >> There is nothing stopping us from >> doing spec = >> (?O . ,(shell-quote-argument >> (concat (expand-file-name texfile-base temporary-file-directory) >> "%09d.png")) >> > > I need to think about this.
Ok. Pending. >>>>>> (define-obsolete-function-alias >>>>>> 'org-latex-mathml-directory 'org-mathml-export-directory "9.8") >>>>> >>>>> Obsoletion not announced in the news. >>>>> Also, org-mathml-export-directory is ignored in the new code. >>>> >>>> I haven't fixed this. I'm not familiar with this code, not sure what >>>> the idea is here. I'll ask Timothy. >> >> Please also note an email from Jacob. ox-odt creates links to files >> generated by ox-mathml. If those files are in temporary directory, we >> are breaking ox-odt. > > I'll investigate this when looking at ox-odt. Ok. Pending. >> We need to remove earlier obsoletion here as well: >> (define-obsolete-variable-alias 'org-latex-preview-ltxpng-directory >> 'org-preview-latex-image-directory "9.0") >> >> (and announce in the news) >> >> Also, >> | ~org-preview-latex-image-directory~ | ~org-latex-preview-cache~ >> | >> in the news is no longer accurate. Please update that table and update >> the news according to the new reshuffling of obsolete alias vs. obsolete >> variable. > > Both done. Yes, but I am seeing | ~org-normalize-color~ | ~org-latex-preview--normalize-color~ | org-latex-preview--normalize-color does not exist. > (define-obsolete-variable-alias 'org-latex-create-formula-image-program > 'org-preview-latex-default-process "9.0") Another instance of double obsoletion. | ~org-format-latex-header~ | ~org-latex-preview-preamble~ | This is no longer a rename. -- 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>
