Variable: org-cite-punctuation-marks

org-cite-punctuation-marks is a customizable variable defined in oc.el.gz.

Value

("." "," ";" ":" "!" "?")

Documentation

List of strings that can be moved around when placing note numbers.

When org-cite-adjust-note-numbers is non-nil, the citation processor is allowed to shuffle punctuation marks specified in this list in order to place note numbers according to rules defined in org-cite-note-rules.

This variable was added, or its default value changed, in Org version
9.5.

Source Code

;; Defined in /usr/src/emacs/lisp/org/oc.el.gz
(defcustom org-cite-punctuation-marks '("." "," ";" ":" "!" "?")
  "List of strings that can be moved around when placing note numbers.

When `org-cite-adjust-note-numbers' is non-nil, the citation processor is
allowed to shuffle punctuation marks specified in this list in order to
place note numbers according to rules defined in `org-cite-note-rules'."
  :group 'org-cite
  :package-version '(Org . "9.5")
  :type '(repeat string))