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

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

[elpa] externals/org 2b1fc6b: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 2b1fc6b: Merge branch 'bugfix'
Date: Mon, 11 Oct 2021 18:57:18 -0400 (EDT)

branch: externals/org
commit 2b1fc6ba722ec4c8303f2fcfe33691012df8b1c2
Merge: d0b5573 17e25c3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    Merge branch 'bugfix'
---
 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]