Variable: org-cite--default-region-alist
org-cite--default-region-alist is a variable defined in oc.el.gz.
Value
(("af" . "za")
("ca" . "ad")
("cs" . "cz")
("cy" . "gb")
("da" . "dk")
("el" . "gr")
("et" . "ee")
("fa" . "ir")
("he" . "ir")
("ja" . "jp")
("km" . "kh")
("ko" . "kr")
("nb" . "no")
("nn" . "no")
("sl" . "si")
("sr" . "rs")
("sv" . "se")
("uk" . "ua")
("vi" . "vn")
("zh" . "cn"))
Documentation
Alist mapping those languages to their default region.
Only those languages are given for which the default region is not simply the result of duplicating the language part.
Source Code
;; Defined in /usr/src/emacs/lisp/org/oc.el.gz
;;; Constants
;; Borrowed from "citeproc.el" library.
(defconst org-cite--default-region-alist
'(("af" . "za") ("ca" . "ad") ("cs" . "cz") ("cy" . "gb")
("da" . "dk") ("el" . "gr") ("et" . "ee") ("fa" . "ir")
("he" . "ir") ("ja" . "jp") ("km" . "kh") ("ko" . "kr")
("nb" . "no") ("nn" . "no") ("sl" . "si") ("sr" . "rs")
("sv" . "se") ("uk" . "ua") ("vi" . "vn") ("zh" . "cn"))
"Alist mapping those languages to their default region.
Only those languages are given for which the default region is not simply the
result of duplicating the language part.")