emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org cd53816c3a 2/5: org-entities: § is a section sign,


From: ELPA Syncer
Subject: [elpa] externals/org cd53816c3a 2/5: org-entities: § is a section sign, not paragraph
Date: Thu, 13 Apr 2023 03:59:31 -0400 (EDT)

branch: externals/org
commit cd53816c3ab954051d76523e6de362b1fd1284a8
Author: TEC <git@tecosaur.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-entities: § is a section sign, not paragraph
    
    * lisp/org-entities.el: Correct the ASCII version of § to be "section",
    not "paragraph".
---
 lisp/org-entities.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index 61083022b8..24e97e217c 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -272,8 +272,8 @@ packages to be loaded, add these packages to 
`org-latex-packages-alist'."
      ("vert" "\\vert{}" t "&vert;" "|" "|" "|")
      ("vbar" "|" nil "|" "|" "|" "|")
      ("brvbar" "\\textbrokenbar{}" nil "&brvbar;" "|" "¦" "¦")
-     ("S" "\\S" nil "&sect;" "paragraph" "§" "§")
-     ("sect" "\\S" nil "&sect;" "paragraph" "§" "§")
+     ("S" "\\S" nil "&sect;" "section" "§" "§")
+     ("sect" "\\S" nil "&sect;" "section" "§" "§")
      ("amp" "\\&" nil "&amp;" "&" "&" "&")
      ("lt" "\\textless{}" nil "&lt;" "<" "<" "<")
      ("gt" "\\textgreater{}" nil "&gt;" ">" ">" ">")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]