Browse Source

oc-csl: Map § and §§ o section locators

* lisp/oc-csl.el (org-cite-csl--label-alist): Map § and §§ o section
locators.
Nicolas Goaziou 3 years ago
parent
commit
17e25c3f14
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/oc-csl.el

+ 2 - 2
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")