Karthik Chikmagalur <[email protected]> writes:

> I'm working on org-latex-preview actively this week, so even incremental
> feedback will be helpful as I can get started on it.

Now, ox-mathml.

Firstly, it should be in the news that we have a new library.

> ;; Copyright (C) 2023 TEC
> ;; Author: TEC <[email protected]>
> ;; Maintainer: TEC <[email protected]>
> ;; Created: February 27, 2023
> ;; Modified: February 27, 2023
> ;; Version: 0.0.1
> ;; Keywords: abbrev bib c calendar comm convenience data docs emulations 
> extensions faces files frames games hardware help hypermedia i18n internal 
> languages lisp local maint mail matching mouse multimedia news outlines 
> processes terminals tex tools unix vc wp
> ;; Package-Requires: ((emacs "24.3"))

Copyright is wrong and must be fixed.
Keywords make 0 sense. 0.0.1 version is strange.
Modified is not necessary.
Package-requires must not be there.
Not sure about "Author" - most functions are just copy-pasted from
elsewhere, so it is quite misleading.

> (defcustom org-mathml-export-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-mathml
>   :package-version '(Org . "9.8")
>   :type 'string)

This is unused.

-- 
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>

Reply via email to