From 635bd77cd7a2dc55cc0705c5bbf2e11091bfbaf3 Mon Sep 17 00:00:00 2001 From: TEC Date: Wed, 20 Jan 2021 16:37:29 +0800 Subject: [PATCH 1/5] ox-html.el: remove CDATA strings * lisp/ox-html.el (org-html-scripts, org-html-style-default, org-html-infojs-template): remove CDATA strings, as they are now considered obsolete --- see https://developer.mozilla.org/en-US/docs/Web/API/CDATASection#specifications --- lisp/ox-html.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 03145e35c..0cf3425df 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -234,7 +234,6 @@ property on the headline itself.") (defconst org-html-scripts "" "Basic JavaScript that is needed by HTML files produced by Org mode.") (defconst org-html-style-default "" "The default style specification for exported HTML files. You can use `org-html-head' and `org-html-head-extra' to add to @@ -515,10 +511,8 @@ means to use the maximum value consistent with other options." " "The template for the export style additions when org-info.js is used. @@ -1448,13 +1442,11 @@ done, timestamp, timestamp-kwd, tag, target. For example, a valid value would be: If you want to refer to an external style, use something like -- 2.29.2