emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 1cca1967e9 7/7: fixup! ox-org: Do not process citat


From: ELPA Syncer
Subject: [elpa] externals/org 1cca1967e9 7/7: fixup! ox-org: Do not process citations by default
Date: Wed, 14 Feb 2024 09:58:45 -0500 (EST)

branch: externals/org
commit 1cca1967e91ffbf4b25604b51ebbb42ccf23c195
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    fixup! ox-org: Do not process citations by default
    
    * lisp/ox.el (org-export-process-citations): Add missing defcustom keywords.
---
 lisp/ox.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lisp/ox.el b/lisp/ox.el
index d5a34ec493..bb58ee54f0 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]