summaryrefslogtreecommitdiff
path: root/lisp/ox-bibtex.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ox-bibtex.el')
-rw-r--r--lisp/ox-bibtex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-bibtex.el b/lisp/ox-bibtex.el
index 8cdf390..412062b 100644
--- a/lisp/ox-bibtex.el
+++ b/lisp/ox-bibtex.el
@@ -157,10 +157,10 @@ to `org-bibtex-citation-p' predicate."
(defvar org-bibtex-file nil
"Org file of BibTeX entries.")
-(declare-function obe-citations "org-bibtex-extras" ())
(defun org-bibtex-goto-citation (&optional citation)
"Visit a citation given its ID."
(interactive)
+ (declare-function obe-citations "org-bibtex-extras" ())
(require 'org-bibtex-extras)
(let ((citation (or citation (completing-read "Citation: " (obe-citations)))))
(find-file (or org-bibtex-file