summaryrefslogtreecommitdiff
path: root/lisp/org/oc-csl.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-11-27 16:24:31 -0500
committerKyle Meyer <kyle@kyleam.com>2021-11-27 16:25:09 -0500
commitb8b2dd17c57b73357cae229e010138fd2352a46f (patch)
tree758aab91d32661bd1009dc0e346cf883b5ddc81e /lisp/org/oc-csl.el
parenta937f536b35351842756bac939f21ae5f937fa61 (diff)
Update to Org 9.5.1-11-g96d91b
Diffstat (limited to 'lisp/org/oc-csl.el')
-rw-r--r--lisp/org/oc-csl.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org/oc-csl.el b/lisp/org/oc-csl.el
index 7cd63c3ff3a..7f078d139b1 100644
--- a/lisp/org/oc-csl.el
+++ b/lisp/org/oc-csl.el
@@ -283,7 +283,8 @@ Label is in match group 1.")
;;; Internal functions
(defun org-cite-csl--barf-without-citeproc ()
"Raise an error if Citeproc library is not loaded."
- (unless (featurep 'citeproc) "Citeproc library is not loaded"))
+ (unless (featurep 'citeproc)
+ (error "Citeproc library is not loaded")))
(defun org-cite-csl--note-style-p (info)
"Non-nil when bibliography style implies wrapping citations in footnotes.