summaryrefslogtreecommitdiff
path: root/lisp/org/org-entities.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/org-entities.el')
-rw-r--r--lisp/org/org-entities.el11
1 files changed, 7 insertions, 4 deletions
diff --git a/lisp/org/org-entities.el b/lisp/org/org-entities.el
index b2dbccd40c8..153aa2b6767 100644
--- a/lisp/org/org-entities.el
+++ b/lisp/org/org-entities.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten.dominik@gmail.com>,
;; Ulf Stegemann <ulf at zeitform dot de>
;; Keywords: outlines, calendar, wp
-;; Homepage: https://orgmode.org
+;; URL: https://orgmode.org
;;
;; This file is part of GNU Emacs.
;;
@@ -27,6 +27,9 @@
;;; Code:
+(require 'org-macs)
+(org-assert-version)
+
(declare-function org-mode "org" ())
(declare-function org-toggle-pretty-entities "org" ())
(declare-function org-table-align "org-table" ())
@@ -89,8 +92,8 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("aacute" "\\'{a}" nil "&aacute;" "a" "á" "á")
("Acirc" "\\^{A}" nil "&Acirc;" "A" "Â" "Â")
("acirc" "\\^{a}" nil "&acirc;" "a" "â" "â")
- ("Amacr" "\\bar{A}" nil "&Amacr;" "A" "Ã" "Ã")
- ("amacr" "\\bar{a}" nil "&amacr;" "a" "ã" "ã")
+ ("Amacr" "\\={A}" nil "&Amacr;" "A" "Ã" "Ã")
+ ("amacr" "\\={a}" nil "&amacr;" "a" "ã" "ã")
("Atilde" "\\~{A}" nil "&Atilde;" "A" "Ã" "Ã")
("atilde" "\\~{a}" nil "&atilde;" "a" "ã" "ã")
("Auml" "\\\"{A}" nil "&Auml;" "Ae" "Ä" "Ä")
@@ -307,7 +310,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("trade" "\\texttrademark{}" nil "&trade;" "TM" "TM" "™")
"** Science et al."
- ("minus" "\\minus" t "&minus;" "-" "-" "−")
+ ("minus" "-" t "&minus;" "-" "-" "−")
("pm" "\\textpm{}" nil "&plusmn;" "+-" "±" "±")
("plusmn" "\\textpm{}" nil "&plusmn;" "+-" "±" "±")
("times" "\\texttimes{}" nil "&times;" "*" "×" "×")