mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
Add \EUR symbols from Marvosym package to supported entities
This commit is contained in:
parent
567c753f8b
commit
e0e2d98378
@ -1,5 +1,8 @@
|
||||
2009-12-16 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org-exp.el (org-html-entities): Add Euro symbols from Marvosym
|
||||
package.
|
||||
|
||||
* org-latex.el (org-export-latex-tables): Only add a caption when
|
||||
macro in in longtable environments if one has been defined.
|
||||
|
||||
|
@ -1197,7 +1197,11 @@ value of `org-export-run-in-background'."
|
||||
("lsaquo")
|
||||
("rsaquo")
|
||||
("euro")
|
||||
|
||||
("EUR"."€")
|
||||
("EURdig"."€")
|
||||
("EURhv"."€")
|
||||
("EURcr"."€")
|
||||
("EURtm"."€")
|
||||
("arccos"."arccos")
|
||||
("arcsin"."arcsin")
|
||||
("arctan"."arctan")
|
||||
|
Loading…
Reference in New Issue
Block a user