parsebib
parsebib copied to clipboard
Elisp library for reading .bib files
(I am using Spacemacs and have tons of customization, but I assume this is irrelevant? If the following is not enough to reproduce the issue, I will try again in...
Follow-up to: https://github.com/bdarcus/citar/issues/535 [The function](https://github.com/joostkremers/ebib/blob/c854cd0ba979085178b797adb72ad42eed2f87f7/ebib-utils.el#L2373) doesn't reference any other ebib functions, but it does rely on `ebib-TeX-markup-replace-alist`, so I assume that would need to be moved as well. But it...
Just thought I'd add this here, based on this comment/conversation. https://github.com/bdarcus/citar/issues/397#issuecomment-970776148 And suggestions from @andras-simonyi: > Yes, `ol-bibtex.el` (née `org-bibtex.el`) also contains functionality to read BibTeX entries from org-bibtex files,...
Hi Joost, Thanks for the great ecosystem. I've been using it for 2-3 years and it's very helpful! After updating ebib and parsebib, my header list of entries stops somewhere...
Hello, after a recent update the library throws following error: ``` parsebib-parse-bib-buffer: [Parsebib error]: "Invalid character `@' at position (1110,7)" ``` The location it refers to is the `@` in...
I am wondering if contributing the parser upstream might be an option. Especially for parsing .bib files. The built-in bibtex.el implements an incomplete regexp-based that cannot parse some more complex...