From 17e25c3f140b42fe8a31887b69ad934b96703bb3 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 11 Oct 2021 23:58:17 +0200 Subject: [PATCH] =?UTF-8?q?oc-csl:=20Map=20=C2=A7=20and=20=C2=A7=C2=A7=20o?= =?UTF-8?q?=20section=20locators?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 d01d21e4a..94de97e33 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")