[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.
- [elpa] externals/org updated (a250fc745f -> 1cca1967e9), ELPA Syncer, 2024/02/14
- [elpa] externals/org 666bd90497 1/7: fixup! ox-org: Export special table rows by default, ELPA Syncer, 2024/02/14
- [elpa] externals/org b8ee1315a1 2/7: ox-org: Do not process citations by default, ELPA Syncer, 2024/02/14
- [elpa] externals/org 97cc71b594 4/7: lisp/org-element.el, lisp/ox.el: Add Ihor Radchenko as a maintainer, ELPA Syncer, 2024/02/14
- [elpa] externals/org 9eec4af620 5/7: lisp/ox-latex.el: Add missing character warnings, ELPA Syncer, 2024/02/14
- [elpa] externals/org 1cca1967e9 7/7: fixup! ox-org: Do not process citations by default,
ELPA Syncer <=
- [elpa] externals/org fd45bfa648 3/7: Acknowledge that Nicolas Goaziou is no longer maintaining Org libraries, ELPA Syncer, 2024/02/14
- [elpa] externals/org 0e1f0e1605 6/7: ox-latex: Make errors/warnings during PDF generation more obvious, ELPA Syncer, 2024/02/14