Fix a typo/duplication in org-html-entities

This commit is contained in:
Carsten Dominik 2010-02-03 16:14:30 +01:00
parent 6a15c45544
commit ac719d6853
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2010-02-03 Carsten Dominik <carsten.dominik@gmail.com>
* org-exp.el (org-html-entities): Fix typo.
* org-latex.el (org-export-latex-make-header): Use \providecommand
to make sure the \alert macro is defined.

View File

@ -1192,7 +1192,7 @@ value of `org-export-run-in-background'."
("loz") ("Diamond"."&loz;")
("spades") ("spadesuit"."&spades;")
("clubs") ("clubsuit"."&clubs;")
("hearts") ("diamondsuit"."&hearts;")
("hearts")
("diams") ("diamondsuit"."&diams;")
("smile"."&#9786;") ("blacksmile"."&#9787;") ("sad"."&#9785;")
("quot")