emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 15068ce30a 1/2: Fix incorrectly documented MathJax


From: ELPA Syncer
Subject: [elpa] externals/org 15068ce30a 1/2: Fix incorrectly documented MathJax options
Date: Sun, 26 Jun 2022 02:57:45 -0400 (EDT)

branch: externals/org
commit 15068ce30a00d4bc6a089719c53131bc537fa66b
Author: Rudolf Adamkovič <salutis@me.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    Fix incorrectly documented MathJax options
    
    * lisp/org/ox-html.el (org-html-mathjax-options): Fix some incorrect
    choices for `indent' and `autonumber' in the docstring.
---
 lisp/ox-html.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 32187f191e..66d1c5c60b 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -1185,10 +1185,9 @@ font          The font to use with HTML-CSS and SVG 
output.  As of MathJax 2.5
 linebreaks    Let MathJax perform automatic linebreaks.  Valid values
               are \"true\" and \"false\".
 indent        If align is not center, how far from the left/right side?
-              Valid values are \"left\" and \"right\"
 multlinewidth The width of the multline environment.
 autonumber    How to number equations.  Valid values are \"None\",
-              \"all\" and \"AMS Math\".
+              \"All\" and \"AMS\".
 tagindent     The amount tags are indented.
 tagside       Which side to show tags/labels on.  Valid values are
               \"left\" and \"right\"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]