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

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

[elpa] externals-release/org 1354e872a7 3/3: lisp/ox-html.el: Fix `org-h


From: ELPA Syncer
Subject: [elpa] externals-release/org 1354e872a7 3/3: lisp/ox-html.el: Fix `org-html-style-default'
Date: Mon, 28 Mar 2022 08:57:41 -0400 (EDT)

branch: externals-release/org
commit 1354e872a79b7159108cd09c92b8bf84f07c3d5f
Author: Bastien <bzg@gnu.org>
Commit: Bastien <bzg@gnu.org>

    lisp/ox-html.el: Fix `org-html-style-default'
    
    * lisp/ox-html.el (org-html-style-default): Remove faulty .org-svg css
    class specifications.
    
    Reported-by: Yuchen Guo <Guoyuc@students.uni-marburg.de>
---
 lisp/ox-html.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 5de0b5d675..81ef002a05 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -442,7 +442,7 @@ property on the headline itself.")
     { font-size: 10px; font-weight: bold; white-space: nowrap; }
   .org-info-js_search-highlight
     { background-color: #ffff00; color: #000000; font-weight: bold; }
-  .org-svg { width: 90%; }
+  .org-svg { }
 </style>"
   "The default style specification for exported HTML files.
 You can use `org-html-head' and `org-html-head-extra' to add to



reply via email to

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