--- lisp/org-exp.el | 5 +++++ lisp/org-html.el | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 34f101d..2cd4289 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -134,6 +134,11 @@ This is without condition, so even subtrees inside that carry one of the :group 'org-export-general :type '(repeat (string :tag "Tag"))) +(defgroup org-export-html nil + "Options specific for HTML export of Org-mode files." + :tag "Org Export HTML" + :group 'org-export) + ;; FIXME: rename, this is a general variable (defcustom org-export-html-expand t "Non-nil means for HTML export, treat @<...> as HTML tag. diff --git a/lisp/org-html.el b/lisp/org-html.el index d9f34ef..a17b044 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -36,11 +36,6 @@ (declare-function org-id-find-id-file "org-id" (id)) (declare-function htmlize-region "ext:htmlize" (beg end)) -(defgroup org-export-html nil - "Options specific for HTML export of Org-mode files." - :tag "Org Export HTML" - :group 'org-export) - (defcustom org-export-html-footnotes-section "<div id=\"footnotes\"> <h2 class=\"footnotes\">%s: </h2> <div id=\"text-footnotes\"> -- 1.7.1