From 18ceb101fd2b701eefed279b6a13a04119ae016e Mon Sep 17 00:00:00 2001 From: David Maus Date: Sat, 2 Jul 2011 16:27:43 +0200 Subject: [PATCH 2/3] 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 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index 6e3bc19..b775834 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")))) -- 1.7.2.5