Add \checkmark as a valid symbol
This commit is contained in:
parent
4d4e1ed2a2
commit
e5a874e417
|
@ -1,5 +1,7 @@
|
||||||
2010-01-08 Carsten Dominik <carsten.dominik@gmail.com>
|
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
|
* org-ascii.el (org-export-ascii-preprocess): Protect targets in
|
||||||
verbatim code for ASCII export.
|
verbatim code for ASCII export.
|
||||||
|
|
||||||
|
|
|
@ -1020,6 +1020,7 @@ value of `org-export-run-in-background'."
|
||||||
("aring")
|
("aring")
|
||||||
("aelig")
|
("aelig")
|
||||||
("ccedil")
|
("ccedil")
|
||||||
|
("checkmark" . "✓")
|
||||||
("egrave")
|
("egrave")
|
||||||
("eacute")
|
("eacute")
|
||||||
("ecirc")
|
("ecirc")
|
||||||
|
|
Loading…
Reference in New Issue