Closed bdarcus closed 2 years ago
I'll make the second dummy argument optional to maintain compatibility with previous versions and ensure a smooth transition.
Just FYI, there's been some subsequent discussion that may revert my change.
But having entry optional will ensure it works either way.
First, just a head's up that we're currently working on some major architectural changes in citar:
https://github.com/emacs-citar/citar/pull/634
The API change is moving back to it being citekey-focused.
As part of that, I'm simplifying the note part accordingly, which impacts
orb-citar-edit-note
:https://github.com/org-roam/org-roam-bibtex/blob/efdac6fe4134c33f50b06a0a6d192003d0e5094c/org-roam-bibtex.el#L1090-L1095
What I want to do: just have note functions take a single argument; the citekey.
But if we do that, this will break.
Thoughts?