[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 "|" "|" "|" "|")
("vbar" "|" nil "|" "|" "|" "|")
("brvbar" "\\textbrokenbar{}" nil "¦" "|" "¦" "¦")
- ("S" "\\S" nil "§" "paragraph" "§" "§")
- ("sect" "\\S" nil "§" "paragraph" "§" "§")
+ ("S" "\\S" nil "§" "section" "§" "§")
+ ("sect" "\\S" nil "§" "section" "§" "§")
("amp" "\\&" nil "&" "&" "&" "&")
("lt" "\\textless{}" nil "<" "<" "<" "<")
("gt" "\\textgreater{}" nil ">" ">" ">" ">")
- [elpa] externals/org updated (5d32058bf9 -> 5b300edf2e), ELPA Syncer, 2023/04/13
- [elpa] externals/org 00fb0a0b33 1/5: Merge branch 'bugfix', ELPA Syncer, 2023/04/13
- [elpa] externals/org cd53816c3a 2/5: org-entities: § is a section sign, not paragraph,
ELPA Syncer <=
- [elpa] externals/org 5b300edf2e 5/5: etc/ORG-NEWS: Mention the new \P entity, ELPA Syncer, 2023/04/13
- [elpa] externals/org 0f62e9771b 3/5: org-entities: Treat ¶ similarly to §, ELPA Syncer, 2023/04/13
- [elpa] externals/org 00abdca361 4/5: oc-csl: Recognise ¶/§ entity locators, ELPA Syncer, 2023/04/13