mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-24 07:20:29 +00:00
oc-csl: Recognise ¶/§ entity locators
* lisp/oc-csl.el: Recognise org-entity based paragraph and section locators "\P" and "\S".
This commit is contained in:
parent
0f62e9771b
commit
00abdca361
@ -382,13 +382,17 @@ If nil then the Chicago author-date style is used as a fallback.")
|
||||
("paragraph" . "paragraph")
|
||||
("para." . "paragraph")
|
||||
("paras." . "paragraph")
|
||||
("\\P" . "paragraph")
|
||||
("¶" . "paragraph")
|
||||
("\\P\\P" . "paragraph")
|
||||
("¶¶" . "paragraph")
|
||||
("part" . "part")
|
||||
("pt." . "part")
|
||||
("pts." . "part")
|
||||
("§" . "section")
|
||||
("\\S" . "section")
|
||||
("§§" . "section")
|
||||
("\\S\\S" . "section")
|
||||
("section" . "section")
|
||||
("sec." . "section")
|
||||
("secs." . "section")
|
||||
|
Loading…
Reference in New Issue
Block a user