summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-04-09 23:44:06 -0400
committerKyle Meyer <kyle@kyleam.com>2014-04-09 23:47:22 -0400
commitbe6ca5ca570cfc0398d48c62b50b8110e00d367b (patch)
tree4efd1cf542c666b5c1153f4e72987e94493c1cbc /bog.el
parent4cc81e4b54b144770c509a1fc6094efd8575e522 (diff)
downloadbog-be6ca5ca570cfc0398d48c62b50b8110e00d367b.tar.gz
Remove leftover bog-completing-read call
This should have been removed in 6a09d39.
Diffstat (limited to 'bog.el')
-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)))