diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 7542d9718..3fa35d62b 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -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. diff --git a/lisp/org.el b/lisp/org.el index dafdc9952..07788e4af 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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.