Add missing :group keyword in defcustom
* org-html.el (org-export-html-protect-char-alist): Add missing :group keyword in defcustom.
This commit is contained in:
parent
4f17b5362a
commit
97538eb9ec
|
@ -565,6 +565,7 @@ a file."
|
||||||
("<" . "<")
|
("<" . "<")
|
||||||
(">" . ">"))
|
(">" . ">"))
|
||||||
"Alist of characters to be converted by `org-html-protect'."
|
"Alist of characters to be converted by `org-html-protect'."
|
||||||
|
:group 'org-export-html
|
||||||
:type '(repeat (cons (string :tag "Character")
|
:type '(repeat (cons (string :tag "Character")
|
||||||
(string :tag "HTML equivalent"))))
|
(string :tag "HTML equivalent"))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue