org-entities: § is a section sign, not paragraph

* lisp/org-entities.el: Correct the ASCII version of § to be "section",
not "paragraph".
This commit is contained in:
TEC 2023-03-22 19:26:10 +08:00 committed by Ihor Radchenko
parent 00fb0a0b33
commit cd53816c3a
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 2 deletions

View File

@ -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 "&lt;" "<" "<" "<")
("gt" "\\textgreater{}" nil "&gt;" ">" ">" ">")