joostkremers / ebib

A BibTeX database manager for Emacs.
https://joostkremers.github.io/ebib/
BSD 3-Clause "New" or "Revised" License
275 stars 37 forks source link

Unknown entry type `video' #266

Closed Cletip closed 10 months ago

Cletip commented 2 years ago

Hello Everything is in the title. this happens when an entry is of the following form:

@video}{fields...
}

I think ebib just doesn't recognize the videos.

joostkremers commented 2 years ago

The entry types and fields used by Ebib are those defined in bibtex.el, which is part of Emacs. There's a user option you can customise, though I can't look up what it's called right now, as I'm on mobile.

Cletip commented 2 years ago

I see exactly what a mistake this is. I will report it, I will keep up to date here. Thanks for the answer !

Hugo-Heagren commented 1 year ago

I think the user option you're looking for is bibtex-biblatex-entry-alist or bibtex-BibTeX-entry-alist (note that the first is all lowercase, the second is not).