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
parent 2e26a3757b
commit bc91d8e72b
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
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;" ">" ">" ">")