Browse Source

Fix a typo/duplication in org-html-entities

Carsten Dominik 15 years ago
parent
commit
ac719d6853
2 changed files with 3 additions and 1 deletions
  1. 2 0
      lisp/ChangeLog
  2. 1 1
      lisp/org-exp.el

+ 2 - 0
lisp/ChangeLog

@@ -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.
 

+ 1 - 1
lisp/org-exp.el

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