Open niwaka-ame opened 2 years ago
Thanks for your reporting.
On Sun, 19 Dec 2021 at 20:26, niwaka-ame @.***> wrote:
Hello! Some configs on org-ref support in README doesn't seem to work in the latest version of org-ref.
Below is my config - works fine with me for now.
(require 'org-ref) (setq calibredb-ref-default-bibliography (concat (file-name-as-directory calibredb-root-dir) "catalog.bib")) ; (add-to-list 'org-ref-default-bibliography calibredb-ref-default-bibliography) (add-to-list 'bibtex-completion-bibliography calibredb-ref-default-bibliography)) ; (setq org-ref-get-pdf-filename-function 'org-ref-get-mendeley-filename) (setq bibtex-completion-pdf-field "file"))
— Reply to this email directly, view it on GitHub https://github.com/chenyanming/calibredb.el/issues/53, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2NH5HKZO6H25W2PHSSVGLURXFOXANCNFSM5KL2PGLQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hello! Some configs on org-ref support in README doesn't seem to work in the latest version of
org-ref
.Below is my config - works fine with me for now.