From b9e164886018a07727233274b7d66e801b02cd4d Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 3 Mar 2013 06:30:43 +0100 Subject: [PATCH] ox-html.el (html): Remove :html-htmlized-css-url :options-alist * ox-html.el (html): Remove :html-htmlized-css-url :options-alist. --- lisp/ox-html.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 0e649e2ff..b425a8880 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -122,7 +122,6 @@ (:html-style-include-default nil nil org-html-head-include-default-style) (:html-head-include-scripts nil nil org-html-head-include-scripts) (:html-table-tag nil nil org-html-table-tag) - (:html-htmlized-css-url "HTML_HTMLIZED_CSS_URL" nil org-html-htmlized-org-css-url) ;; Redefine regular options. (:creator "CREATOR" nil org-html-creator-string) (:with-latex nil "tex" org-html-with-latex) -- 2.11.4.GIT