Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
iT-Boyer opened this issue Feb 15, 2023 · 0 comments
Open

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

iT-Boyer opened this issue Feb 15, 2023 · 0 comments

Comments

@iT-Boyer
Copy link

iT-Boyer commented Feb 15, 2023

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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant