The system preference OpacExportOptions does not apply to Lists and Cart. Probably because it's more comprehensive for the Detail page than the export options for Lists and Cart. Either we add support for the other options to Lists/Cart or we add a different system preference for them I think.
OpacExportOptions includes the following options: BibTeX, Dublin Core, ISBD, MARC-8 encoded MARC, mARCXML, MODS, RIS, Unicode/UTF-8 encoded MARC, Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9- fields and subfields List downloads/exports include the following options: BibTeX, ISBD (if OPACISBD is set), MARC, RIS (Zotero, EndNote, others), CSV (using CSV profiles) So maybe a separate syspref is necessary.
(In reply to David Cook from comment #1) > List downloads/exports include the following options: > > BibTeX, ISBD (if OPACISBD is set), MARC, RIS (Zotero, EndNote, others), CSV > (using CSV profiles) > > So maybe a separate syspref is necessary. Cart download/exports include the following options: BibTex, ISBD (regardless of OPACISBD), MARC, RIS (Zotero, EndNote, others), CSV (using CSV profiles). So the Cart and Lists could probably share a system preference. Separate ones would add more granularity though.
I was just asked about this by a public library. They think the download options for the cart are confusing to patrons. I kind of agree. Other that librarians and maybe university researchers, who knows what BibTeX, ISBD and MARC are? As a patron, I'd want my cart as a PDF or CSV
(In reply to Caroline Cyr La Rose from comment #3) > I was just asked about this by a public library. <3 It's not on my priority list, but it shouldn't be too hard to patch this one. I think the hardest part is just adding the system preference(s).