From 5b303c8df3031da3d4a96ea9ff1aa59a05c7112c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 25 Sep 2012 22:17:54 +0200 Subject: [PATCH] org-e-html: Fix some variables values, docstrings and customize types * contrib/lisp/org-e-html.el (org-e-html-scripts): Fix default value. (org-e-html-style-default): Small fix to indentation. (org-e-html-content-div): Remove obsolete variable. (org-e-html-toplevel-hlevel): Fix type. (org-e-html-postamble-format, org-e-html-preamble-format): Fix docstring and type. --- contrib/lisp/org-e-html.el | 85 ++++++++++++++++++++++++++++++---------------- 1 file changed, 56 insertions(+), 29 deletions(-) diff --git a/contrib/lisp/org-e-html.el b/contrib/lisp/org-e-html.el index 42efb461e..0bb9c48e3 100644 --- a/contrib/lisp/org-e-html.el +++ b/contrib/lisp/org-e-html.el @@ -157,9 +157,32 @@ Intended to be locally bound around a call to `org-export-as-html'." ) ("\\.\\.\\." . "…")) "Regular expressions for special string conversion.") - (defconst org-e-html-scripts -"" -"Basic JavaScript that is needed by HTML files produced by Org-mode.") - + "Basic JavaScript that is needed by HTML files produced by Org mode.") (defconst org-e-html-style-default -"