From 97538eb9ec16a860b3ce0a8583e79e5e6a73e07b Mon Sep 17 00:00:00 2001 From: David Maus Date: Sat, 2 Jul 2011 16:27:43 +0200 Subject: [PATCH] Add missing :group keyword in defcustom * org-html.el (org-export-html-protect-char-alist): Add missing :group keyword in defcustom. --- lisp/org-html.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-html.el b/lisp/org-html.el index 6e3bc1939..b77583492 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -565,6 +565,7 @@ a file." ("<" . "<") (">" . ">")) "Alist of characters to be converted by `org-html-protect'." + :group 'org-export-html :type '(repeat (cons (string :tag "Character") (string :tag "HTML equivalent"))))