Hello! When using the basic org cite export processor, that is:
#+cite_export: basic bibliography items with curly braces are rendered in an unexpected way. For example, @InCollection{Geyer2011, author = {Geyer, Charles J}, title = {{Introduction to Markov Chain Monte Carlo}}, year = 2011, booktitle = {{Handbook of Markov Chain Monte Carlo}}, editor = {Brooks, Steve and Gelman, Andrew and Jones, Galin and Meng, Xiao-Li}, publisher = {CRC press}, pages = 45, } Is rendered as Geyer, Charles J (2011). {Introduction to Markov Chain Monte Carlo}, CRC press. In particular, the curly braces are printed. Curly braces are often used in bib files to indicate that the capitalization is to be preserved. Do we want to change the default behavior of the basic processor so that it correctly handles these cases? Thanks, Dominik