bibretrieve icon indicating copy to clipboard operation
bibretrieve copied to clipboard

BibRetrieve: An Emacs library for searching and downloading BibTeX entries from the web.

Results 6 bibretrieve issues
Sort by recently updated
recently updated
newest added

I get this error when running `M-x bibretrieve` and entering Author and Title. When I run `C-u M-x bibretrieve`, after entering Author and Title I get: ``` Symbol's value as...

My configuration if the following: ``` (setq bibretrieve-backends '(("mrl" . 10) ("zbm" . 5) ("msn" 5) ("citebase" 10) ("inspire" 10))) ``` At the first attempt at retrieving something, the second...

Added a hook to be run on the buffer after retrieving the bibitem but before saving. This can be used (for example) with bibtool to reformat the entries in the...

Hi, Fresh install of AUCTeX and bibretrieve. Upon compile of BibRetrieve, I got some errors about wrong number of arguments to some killbuffer command. Ignoring it, I now get errors...

Different backends format their output differently. It would be nice to normalize output with `biber --tool`.

enhancement

If you want to retrieve bibtex entries for several papers at once, this lets you prepare a list of papers in the format of a csv file containing Author and...