(org-export-html-style-extra): Declare as safe-local-variable.
See also the variable `org-export-html-style-extra'."
:group 'org-export-html
:type 'string)
+;;;###autoload
+(put 'org-export-html-style 'safe-local-variable 'stringp)
(defcustom org-export-html-style-extra ""
"Additional style information for HTML export.
settings with <style>...</style> tags."
:group 'org-export-html
:type 'string)
+;;;###autoload
+(put 'org-export-html-style-extra 'safe-local-variable 'stringp)
(defcustom org-export-html-title-format "<h1 class=\"title\">%s</h1>\n"
"Format for typesetting the document title in HTML export."