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

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

[elpa] externals-release/org 17e25c3: oc-csl: Map § and §§ o section lo


From: ELPA Syncer
Subject: [elpa] externals-release/org 17e25c3: oc-csl: Map § and §§ o section locators
Date: Mon, 11 Oct 2021 18:57:17 -0400 (EDT)

branch: externals-release/org
commit 17e25c3f140b42fe8a31887b69ad934b96703bb3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    oc-csl: Map § and §§ o section locators
    
    * lisp/oc-csl.el (org-cite-csl--label-alist): Map § and §§ o section
    locators.
---
 lisp/oc-csl.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/oc-csl.el b/lisp/oc-csl.el
index d01d21e..94de97e 100644
--- a/lisp/oc-csl.el
+++ b/lisp/oc-csl.el
@@ -248,11 +248,11 @@ If nil then the Chicago author-date style is used as a 
fallback.")
     ("paras."    . "paragraph")
     ("¶"         . "paragraph")
     ("¶¶"        . "paragraph")
-    ("§"         . "paragraph")
-    ("§§"        . "paragraph")
     ("part"      . "part")
     ("pt."       . "part")
     ("pts."      . "part")
+    ("§"         . "section")
+    ("§§"        . "section")
     ("section"   . "section")
     ("sec."      . "section")
     ("secs."     . "section")



reply via email to

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