Marvin Gülker <m...@guelker.eu> writes: > I have experienced a similar error recently. The culprit is in the > .bib file, namely this line: > > title = {A Robust Tangent {{PCA}} via Shape Restoration [...] > > > The error happens when you force capitalisation with braces {}. Try > this instead: > > title = {A Robust Tangent PCA via Shape Restoration [...]
Hi Marvin, Thanks for your answer! Well, you're right: it works, but this is really weird... and I'm pretty sure this recent change in Org-cite can really be considered as a bug. My bib files are not created by hand, but exported automatically from a Zotero collection (using the BetterBibTeX plugin). Those *double* braces {{}} are added by this plugin for protecting each capitalisation when it's needed, and it had never raised any problem with Org-mode / Org-cite ever, for me, until v9.7.30. I may be wrong, but there's no setting in BetterBibTeX to protect capitalisation in other ways than with double braces. It's always been working just fine for me. Basically, it means any bib file generated from Zotero/BetterBibTeX is now unusable through Org (unless you edit it by hand, or run a script to parse it each time Zotero exports a new version, which does not look very appealing...). Not sure of what to do here, but I anticipate that a few other people may hit a similar issue sooner or later. (There are already the two of us. :-))