From c3838377da4a495155cf7ffb1cbaf0042a9eaea0 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Fri, 27 Mar 2015 14:51:30 +0100 Subject: [PATCH] ox-html: Tiny fix * ox-html.el: Remove second :html-html5-fancy. --- lisp/ox-html.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 92fe3d913..7ed73f696 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -116,7 +116,6 @@ (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:html-mathjax "HTML_MATHJAX" nil "" space) - (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) -- 2.11.4.GIT