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:
Ihor Radchenko 2024-02-14 15:36:41 +01:00
parent 0e1f0e1605
commit 1cca1967e9
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 5 additions and 1 deletions

View File

@ -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.