summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bog.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/bog.el b/bog.el
index 5ba8da5..a4f197e 100644
--- a/bog.el
+++ b/bog.el
@@ -299,9 +299,8 @@ text under point if it matches `bog-citekey-format' or using
(setq citekey-pdf (car citekey-pdfs)))
(t
(setq citekey-pdf
- (expand-file-name (funcall bog-completing-read
- "Select PDF file: "
- citekey-pdfs-names)
+ (expand-file-name (org-icompleting-read "Select PDF file: "
+ citekey-pdfs-names)
bog-pdf-directory))))
(org-open-file citekey-pdf)))