Enhancements to `org-latex-to-html-convert-command'

* lisp/org.el (org-latex-to-html-convert-command): Fix option.

* etc/ORG-NEWS: Document `org-latex-to-html-convert-command'
as a new option.
This commit is contained in:
Bastien 2020-02-24 11:21:40 +01:00
parent 860cfe7f13
commit 3a543a981b
2 changed files with 7 additions and 2 deletions

View File

@ -247,6 +247,11 @@ and headings will be visually numeroted.
You can turn this on/off on a per-file basis with =#+startup: num= or
=#+startup: nonum=.
*** New option ~org-latex-to-html-convert-command~
This new option allows you to convert a LaTeX fragment directly into
HTML.
*** New hook ~org-agenda-filter-hook~
Functions in this hook are run after ~org-agenda-filter~ is called.

View File

@ -3209,10 +3209,10 @@ Replace format-specifiers in the command as noted below and use
For example, this could be used with LaTeXML as
\"latexmlc 'literal:%i' --profile=math --preload=siunitx.sty 2>/dev/null\"."
:group 'org-latex
:package-version '(Org . "9.5")
:package-version '(Org . "9.4")
:type '(choice
(const :tag "None" nil)
(string :tag "\nShell command")))
(string :tag "Shell command")))
(defcustom org-preview-latex-default-process 'dvipng
"The default process to convert LaTeX fragments to image files.