From 1af215bb4668bf3e778175e68fcaf0cb7702f585 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 8 Apr 2013 00:17:10 +0200 Subject: [PATCH] ox-html: Tiny fix and outdated comments removal * lisp/ox-html.el (org-html-doctype): Make value fit on a single line so `org-export-insert-default-template' can handle it. --- lisp/ox-html.el | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index bce30ca40..39b0ec96c 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -124,11 +124,10 @@ (:html-head-include-default-style "HTML_INCLUDE_STYLE" nil org-html-head-include-default-style newline) (:html-head-include-scripts "HTML_INCLUDE_SCRIPTS" nil org-html-head-include-scripts newline) (:html-table-tag nil nil org-html-table-tag) + (:infojs-opt "INFOJS_OPT" nil nil) ;; Redefine regular options. (:creator "CREATOR" nil org-html-creator-string) - (:with-latex nil "tex" org-html-with-latex) - ;; Leave room for "ox-infojs.el" extension. - (:infojs-opt "INFOJS_OPT" nil nil))) + (:with-latex nil "tex" org-html-with-latex))) ;;; Internal Variables @@ -870,8 +869,7 @@ Use utf-8 as the default value." :type 'coding-system) (defcustom org-html-doctype - "" + "" "Document type definition to use for exported HTML files. Can be set with the in-buffer HTML_DOCTYPE property or for publishing, with :html-doctype." @@ -3292,7 +3290,6 @@ Return output file name." ;;;; org-html-inline-image-extensions ;;;; org-export-preferred-target-alist ;;;; class for anchors -;;;; org-export-with-section-numbers, body-only ;;;; org-export-mark-todo-in-toc ;;;; org-html-format-org-link ;;;; (caption (and caption (org-xml-encode-org-text caption))) -- 2.11.4.GIT