fixup! ox-org: Do not process citations by default
* lisp/ox.el (org-export-process-citations): Add missing defcustom keywords.
This commit is contained in:
parent
0e1f0e1605
commit
1cca1967e9
|
@ -389,7 +389,11 @@ e.g. \"date:nil\"."
|
|||
|
||||
(defcustom org-export-process-citations t
|
||||
"Non-nil means process citations using citation processors.
|
||||
nil will leave citation processing to export backend.")
|
||||
nil will leave citation processing to export backend."
|
||||
:group 'org-export-general
|
||||
:type 'boolean
|
||||
:package-version '(Org . "9.7")
|
||||
:safe #'booleanp)
|
||||
|
||||
(defcustom org-export-date-timestamp-format nil
|
||||
"Timestamp format string to use for DATE keyword.
|
||||
|
|
Loading…
Reference in New Issue