-
Notifications
You must be signed in to change notification settings - Fork 74
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
Notes and PDF symbols not appearing in helm-bibtex #451
Comments
How do you link entries to PDFs? One way is to reference the PDF in the BibTeX entry using the |
Thanks for taking time to answer my query. I understand what you are saying about linking to a PDF using the |
Ah, got it. I'm not familiar with dir-locals but your approach looks reasonable. It should not be necessary to set other variables. You can force a reload (by-passing the cache) with a prefix argument to helm-bibtex |
I've tried |
Hi,
I use a Mac Mini computer with Mac OS 14.7 and Emacs 29.3.
I assigned values for
bibtex-completion-bibliography
,bibtex-completion-notes-path
, andbibtex-completion-library-path
with a.dir-locals.el
file, which looks like this:If I now call up
helm-bibtex
the bibliography appears, but the notes and PDF symbols do not.I looked at what was in the
bibtex-completion-cache
for a typical Bibtex entry, that I know has a note and a PDF, here is what it looks like:If I now assign these variables in my
init.el
file the same BibTeX entry looks like this:The commentary for the function
bibtex-completion-prepare-entry
notes that "ENTRY is an alist representing an entry as returned byparsebib-read-entry
", but as far as I can tell,parsebib.el
doesn't know about notes and PDFs. I can't tell from reading through the code forbibtex-completion.el
how=has-note=
,=has-pdf=
and symbols get into the cache.Something is missing from
.dir-locals.el
file but I don't know what. Are you able to suggest a solution to this problem?Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: