소스 검색

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