-
Notifications
You must be signed in to change notification settings - Fork 9
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
Citar-org-roam is not filling the capture fields #47
Comments
That's because the PR to update it over at Doom hasn't been merged in
months :-)
You can take a look at that (I don't have link ATM) for ideas on how to
update it locally.
|
Hun, did not think of that possibility. For future reference: doing Thanks, @bdarcus, for the insight, and sorry for opening a doom specific issue here. |
FYI, that PR has since been merged. |
I've been getting what I think is the same issue on vanilla Emacs 28.2. My config is as follows:
I'm trying to use
where
|
What happens if you do The value cars should be the same as whatever template names you're using in the templates. Mine shows this, for example: ((:citar-title "title")
(:citar-author "author" "editor")
(:citar-date "date" "year" "issued")
(:citar-pages "pages")
(:citar-type "=type=")) |
I see. I get
I don't have e.g. For example, at one point the capture buffer for an example looks like this, with the minibuffer-prompt
I then changed Of course, I have a working version of this capture-template system without |
This seems wrong: (setq citar-notes-source 'orb-citar-source) Try removing the notes-source lines? Here's my vanilla config: https://gitlab.com/bdarcus/emacs-elp/-/blob/main/lisp/init-notes.el?ref_type=heads |
Thanks! Unfortunately setting
I think this is very similar to your vanilla capture-template, which I also tried, with a similar result. I then tried using your |
I'll double check later, but pretty sure there's something wrong with your config. |
Yeah, so I just quickly tested with the config I linked to above, and it works as expected; if I create a new note from You may, in your config, want to ensure that Otherwise, paste your equivalent to what I share above, and I'll see if I can see anything. |
That's probably the case, I do have a lot of other stuff including I do have Thanks for checking this out, but I wonder if you could just check the following so I can be sure where I'm going wrong:
|
|
Thanks, I'll try and bisect my config when I can find some more time. |
Have a reasonably working fix for my issue here: emacs-citar/citar#756 (comment) |
Hi (and thanks for the wonderful package).
I'm having a little problem: when using the capture template, even with the exact same config as your README, the citar-fields are not filled and instead asked to me.
I'm using doom emacs, with vertico module and citar / citar-org-roam. Everything else seems fine,
citar-org-roam-mode
and 2 other functions shows up when M-x. The thing is: when I "click" the citation and choose the "Create Org-Roam Notes", it asks me to fill the fields likecitar-citekey
etc... Even stranger is the fact there is no defined variablecitar-org-roam-template-fields
when I try todescribe-variable
.Here is my config (doom emacs):
No other errors, even with debug mode.
Thanks for any help in advance!
The text was updated successfully, but these errors were encountered: