Closed bertulli closed 2 years ago
We completely broke/improved the note API awhile back, so you need to change your config. See the ORB README, and also:
https://github.com/emacs-citar/citar/wiki/Notes-configuration#org-roam-bibtex
Is this meant as a drop-in replacement for ORB?
Not really; it's not my explicit goal at least, though really that will depend on the user. The config above uses the two together.
I've never used ORB that much, but AFAIK, the main advantage it has ATM is user-defined capture templates.
Once we add that (no ETA), my guess is it will be easier/better to just use citar-org-roam (ORB was built around bibtex-completion and org-ref, neither of which citar use). But again YMMV.
Thanks, now it works! 🎉 🎊 I'm going to check ORB's README, if it's outdated as it seemed to me I'll do a PR there. 👍
Describe the bug After installing ORB, the integration with Citar seems not to be working. When I open a note for a file (
C-c C-o
on a Org-cite link), the usual Org file is open, and not the Org-Roam-node-ish one. I can however open it withorb-edit-citation-note
.After a bit of tweaking, the further I could do is make Citar actually open a Roam node, but that has a different naming scheme from
orb-edit-citation-note
, so the two files are not "recognized" by each other packages.That is, the ORB files are
<date>-<title>.org
, Citar's ones are<key>.org
. The:PROPERTIES:
's:ROAM_REFS:
field is identical, but the:ID:
is not.To Reproduce Steps to reproduce the behavior:
C-c C-o
M-x orb-edit-citation-note
Expected behavior I'd expect the file opened by Citar and the one opened by ORB to be one and the same, so that I can see the notes file in Citar or in ORB.
Emacs version:
20220908.1053
20220908.1625
(2.2.2
)Org mode version 9.5.5 (9.5.5-g8ef620)
GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.34, cairo version 1.17.6) of 2022-07-31
Additional context I had to add the following code throughout my init file:
Note, in particular, the redefinition of
citar-has-notes
I took (typos aside) from here. Now: I see you developedcitar-org-roam
. Is this meant as a drop-in replacement for ORB? The incompatibility is intentional (having the other package)? Are the two providing the same functionalities?Thanks for your work, I'm liking the "built-in philosophy" of Citar + Vertico + Org-cite + Corfu ❤️