jkitchin / org-ref-cite

An org-cite processor that is like org-ref.
42 stars 6 forks source link

Local bibliography is not checked for highlighting missing citations #12

Closed vikasrawal closed 3 years ago

vikasrawal commented 3 years ago

It seems a local bibliography defined using #+bibliography: is not checked and the citation is highlighted as missing if it is not in the global bibliography.

jkitchin commented 3 years ago

hm. I am not able to reproduce that. The fontification is done here by org-cite-basic-activate, and it basically is checking to see if a key is a member of what is returned by org-cite-basic--all-keys.

The first thing to check is the output of

#+BEGIN_SRC emacs-lisp
(org-cite-list-bibliography-files)
#+END_SRC

in that file to see if it lists the correct bibliography.