فهرست منبع

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.
Bastien 5 سال پیش
والد
کامیت
3a543a981b
2فایلهای تغییر یافته به همراه7 افزوده شده و 2 حذف شده
  1. 5 0
      etc/ORG-NEWS
  2. 2 2
      lisp/org.el

+ 5 - 0
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.

+ 2 - 2
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.