org-roam / org-roam-bibtex

Org Roam integration with bibliography management software
GNU General Public License v3.0
565 stars 47 forks source link

:ROAM_REFS: org-ref V3 citations not opened by bibtex-completion notes function #232

Closed zipy124 closed 2 years ago

zipy124 commented 2 years ago

After commit 5711f45 using orb-roam-ref-format in org-ref-v3 mode correctly sets :ROAM_REFS: to use the V3 style. This means back-links now work correctly.

However when clicking a citation and choosing the note function using helm-bibtex it does not open an existing note with a V3 style ROAM_REF, instead it will open an existing note if it has the V2 style, or create a new one with a V3 style, thus creating a new note every single time even if a note exists with a V3 ROAM_REF.

myshevchuk commented 2 years ago

Hi, I cannot reproduce this. I can open notes with new Org-ref v3 [[cite:&links]] from both Org-ref and Helm-bibtex. Do you have org-roam-bibtex-mode enabled?

zipy124 commented 2 years ago

I do have the mode enabled yes.

myshevchuk commented 2 years ago

Then try updating both ORB and Org-roam to the latest versions. As said above, I can’t reproduce the issue with my setup, so it must be something with yours but I can’t really debug it with what you’ve provided.

zipy124 commented 2 years ago

Then try updating both ORB and Org-roam to the latest versions. As said above, I can’t reproduce the issue with my setup, so it must be something with yours but I can’t really debug it with what you’ve provided.

Updating seems to have fixed the issues, sorry for creating the issue!