From 1f0a4e4f1aa8b083a59e78c7f5d8fb060d4d11cc Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 11 Jul 2011 13:41:34 +0200 Subject: [PATCH] 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. --- lisp/org-html.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index 0a6c1d86c..ee847463f 100644 --- a/lisp/org-html.el +++ b/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
." - :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