From 0625651e8a61c9effc31ff771f15885a3a37c6e6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 29 Nov 2022 23:05:53 -0500 Subject: Update to Org 9.6-3-ga4d38e --- lisp/org/org-entities.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'lisp/org/org-entities.el') 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 , ;; Ulf Stegemann ;; 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 "á" "a" "á" "á") ("Acirc" "\\^{A}" nil "Â" "A" "Â" "Â") ("acirc" "\\^{a}" nil "â" "a" "â" "â") - ("Amacr" "\\bar{A}" nil "Ā" "A" "Ã" "Ã") - ("amacr" "\\bar{a}" nil "ā" "a" "ã" "ã") + ("Amacr" "\\={A}" nil "Ā" "A" "Ã" "Ã") + ("amacr" "\\={a}" nil "ā" "a" "ã" "ã") ("Atilde" "\\~{A}" nil "Ã" "A" "Ã" "Ã") ("atilde" "\\~{a}" nil "ã" "a" "ã" "ã") ("Auml" "\\\"{A}" nil "Ä" "Ae" "Ä" "Ä") @@ -307,7 +310,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'." ("trade" "\\texttrademark{}" nil "™" "TM" "TM" "™") "** Science et al." - ("minus" "\\minus" t "−" "-" "-" "−") + ("minus" "-" t "−" "-" "-" "−") ("pm" "\\textpm{}" nil "±" "+-" "±" "±") ("plusmn" "\\textpm{}" nil "±" "+-" "±" "±") ("times" "\\texttimes{}" nil "×" "*" "×" "×") -- cgit v1.2.3