瀏覽代碼

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 年之前
父節點
當前提交
1f0a4e4f1a
共有 1 個文件被更改,包括 2 次插入2 次删除
  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