﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
384	option to prevent escaping of curly brackets in BibTeX output	dstillman	simon	"Report from user:

{{{
capitalization is not preserved when the library is written to a bibtex file (even when the intended caps are enclosed in curly braces, the export escapes them out and so i can't easily get what i want). 

e.g.  what i would like to see is:

@article{deb2002,
    number = {2},
    title = {A Fast and Elitist Multiobjective Genetic Algorithm: {NSGA}-{II}},
    volume = {6},
    journal = {{IEEE} Transactions on Evolutionary Computation},
    author = {Deb, Kalyanmoy and Pratap, Amrit and Agarwal, Sameer and Meyarivan, T},
    month = {apr},
    year = {2002}
}


and what i actually get from zotero's export to .bib is:

@article{deb2002,
    number = {2},
    title = {A Fast and Elitist Multiobjective Genetic Algorithm: \{NSGA\}-\{II\}},
    volume = {6},
    journal = {\{IEEE\} Transactions on Evolutionary Computation},
    author = {Deb, Kalyanmoy and Pratap, Amrit and Agarwal, Sameer and Meyarivan, T},
    month = {apr},
    year = {2002}
}
}}}"	enhancement	closed	minor	1.0.0	export	1.0	wontfix		
