On Fri, Apr 8, 2022 at 3:51 PM Rick Lupton <m...@ricklupton.name> wrote: > > I also found this recently. The reason is that BibTeX-dialect is set by > org-cite-basic--parse-bibliography in oc-basic.el based on the file > extension. Renaming your bibliography file to end in “.bibtex” instead of > “.bib” should make it be parsed using the bibtex rather than biblatex dialect. > > I did find this surprising, as I’ve always just used “.bib” for both dialects > ...
Yeah. Perhaps the code should instead use of ~bibtex-dialect~, rather than, as now, reset that variable based on the file extension? Bruce