diff --git a/local/config/vufind/config.ini b/local/config/vufind/config.ini
index 2100a5e9a29aa4b91d71f2330adea9043e6254b6..1fac69a4f0fc852f51fc26ce03bcf4e657e0330a 100644
--- a/local/config/vufind/config.ini
+++ b/local/config/vufind/config.ini
@@ -1156,14 +1156,14 @@ era             = true      ; allow browsing of era subdivisions
 ; regardless of the setting chosen here.  You can edit the separate export.ini
 ; file to add new export formats and change the behavior of existing ones.
 [Export]
-RefWorks = "record,bulk"
+RefWorks = false
 EndNote = "record,bulk"
-EndNoteWeb = "record,bulk"
-MARC = true
-MARCXML = true
-RDF = true
-BibTeX = true
-RIS = true
+EndNoteWeb = false
+MARC = false
+MARCXML = false
+RDF = false
+BibTeX = "record,bulk"
+RIS = "record,bulk"
 ;TXT = true
 
 [BulkExport]