From a297692b1c4192548643cfd441368a168f69c7c8 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Tue, 27 Jan 2015 03:27:33 +0100 Subject: [PATCH] ox-html: Remove extra HTML_HEAD, HTML_HEAD_EXTRA * ox-html.el (html): Fix typo. --- lisp/ox-html.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 5d229f804..7c2167930 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -114,8 +114,6 @@ (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) - (:html-head "HTML_HEAD" nil org-html-head newline) - (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (: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) -- 2.11.4.GIT