calibredb.el icon indicating copy to clipboard operation
calibredb.el copied to clipboard

org-ref:Version 3 has eliminated all the org-ref-* variables

Open iT-Boyer opened this issue 2 years ago • 0 comments

org-ref:Version 3 has eliminated all the org-ref-* variables, and instead uses analogous variables defined in bibtex-completion. org-ref-default-bibliography update to bibtex-completion-bibliography:

(use-package! org-ref
  :after-call calibredb
  :config
  (setq calibredb-ref-default-bibliography (concat (file-name-as-directory calibredb-root-dir) "catalog.bib"))
  (add-to-list 'bibtex-completion-bibliography calibredb-ref-default-bibliography)
  (setq org-ref-get-pdf-filename-function 'org-ref-get-mendeley-filename))

iT-Boyer avatar Feb 15 '23 09:02 iT-Boyer