diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-04-09 23:44:06 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-04-09 23:47:22 -0400 |
commit | be6ca5ca570cfc0398d48c62b50b8110e00d367b (patch) | |
tree | 4efd1cf542c666b5c1153f4e72987e94493c1cbc /bog.el | |
parent | 4cc81e4b54b144770c509a1fc6094efd8575e522 (diff) | |
download | bog-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.el | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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))) |