From c677c206fde1208dab0d05705c88e226980f94d9 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Tue, 31 Mar 2015 17:35:59 +0200 Subject: [PATCH] ox-html: Tiny fix * ox-html.el (html): Remove duplicated line. --- lisp/ox-html.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index dfc6ae274..ff7b26ed9 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -116,7 +116,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-container "HTML_CONTAINER" nil org-html-container-element) (:html-mathjax "HTML_MATHJAX" nil "" space) (: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)