0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 07:46:26 +00:00

Add \checkmark as a valid symbol

This commit is contained in:
Carsten Dominik 2010-01-08 14:50:07 +01:00
parent 4d4e1ed2a2
commit e5a874e417
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2010-01-08 Carsten Dominik <carsten.dominik@gmail.com>
* org-exp.el (org-html-entities): Add checkmark symbol.
* org-ascii.el (org-export-ascii-preprocess): Protect targets in
verbatim code for ASCII export.

View file

@ -1020,6 +1020,7 @@ value of `org-export-run-in-background'."
("aring")
("aelig")
("ccedil")
("checkmark" . "&#10003;")
("egrave")
("eacute")
("ecirc")