|
@@ -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"))))
|
|
|
|
|