|
@@ -127,8 +127,7 @@ File names must be absolute."
|
|
:package-version '(Org . "9.5")
|
|
:package-version '(Org . "9.5")
|
|
:type '(choice (const :tag "No global bibliography" nil)
|
|
:type '(choice (const :tag "No global bibliography" nil)
|
|
(repeat :tag "List of bibliography files"
|
|
(repeat :tag "List of bibliography files"
|
|
- (file :tag "Bibliography")))
|
|
|
|
- :safe t)
|
|
|
|
|
|
+ (file :tag "Bibliography"))))
|
|
|
|
|
|
(defcustom org-cite-activate-processor 'basic
|
|
(defcustom org-cite-activate-processor 'basic
|
|
"Processor used for activating citations, as a symbol."
|
|
"Processor used for activating citations, as a symbol."
|
|
@@ -295,8 +294,7 @@ This roughly follows the Oxford Guide to Style recommendations."
|
|
(const :tag "Citation next to punctuation" same))
|
|
(const :tag "Citation next to punctuation" same))
|
|
(choice :tag "Order of citation and punctuation"
|
|
(choice :tag "Order of citation and punctuation"
|
|
(const :tag "Citation first" before)
|
|
(const :tag "Citation first" before)
|
|
- (const :tag "Citation last" after))))
|
|
|
|
- :safe t)
|
|
|
|
|
|
+ (const :tag "Citation last" after)))))
|
|
|
|
|
|
(defcustom org-cite-punctuation-marks '("." "," ";" ":" "!" "?")
|
|
(defcustom org-cite-punctuation-marks '("." "," ";" ":" "!" "?")
|
|
"List of strings that can be moved around when placing note numbers.
|
|
"List of strings that can be moved around when placing note numbers.
|
|
@@ -306,8 +304,7 @@ allowed to shuffle punctuation marks specified in this list in order to
|
|
place note numbers according to rules defined in `org-cite-note-rules'."
|
|
place note numbers according to rules defined in `org-cite-note-rules'."
|
|
:group 'org-cite
|
|
:group 'org-cite
|
|
:package-version '(Org . "9.5")
|
|
:package-version '(Org . "9.5")
|
|
- :type '(repeat string)
|
|
|
|
- :safe t)
|
|
|
|
|
|
+ :type '(repeat string))
|
|
|
|
|
|
|
|
|
|
;;; Citation processors
|
|
;;; Citation processors
|