Browse Source

org-html.el: Fix :group for two defcustoms.

(org-export-html-before-content-div)
(org-export-html-content-div): Fix :group.

Thanks to Jambunathan for spotting this.
Bastien Guerry 14 years ago
parent
commit
1f0a4e4f1a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/org-html.el

+ 2 - 2
lisp/org-html.el

@@ -614,12 +614,12 @@ with a link to this URL."
 
 (defcustom org-export-html-before-content-div ""
   "Arbitrary HTML code placed before <div id=\"content\">."
-  :group 'org-export-htmlize
+  :group 'org-export-html
   :type 'string)
 
 (defcustom org-export-html-content-div "content"
   "The name of the container DIV that holds all the page contents."
-  :group 'org-export-htmlize
+  :group 'org-export-html
   :type 'string)
 
 ;;; Hooks