summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index 0536630..de7e429 100644
--- a/bog.el
+++ b/bog.el
@@ -387,7 +387,7 @@ available citekeys. Otherwise, the citekey will be taken from the
text under point if it matches `bog-citekey-format' or using
`bog-citekey-func'."
(interactive "P")
- (let ((citekey (or (and arg (bog-select-citekey (bog-pdf-citekeys)))
+ (let ((citekey (or (and arg (bog-select-citekey (bog-bib-citekeys)))
(bog-citekey-from-notes))))
(funcall bog-find-citekey-bib-func citekey)))