mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
BiBTeX Catalog: Dont output comment describing the catalog as Zotero fails to process it. Fixes #1876302 [Export bibtxt catalog to zotero](https://bugs.launchpad.net/calibre/+bug/1876302)
This commit is contained in:
parent
7579431cce
commit
1a60950510
@ -393,7 +393,7 @@ class BIBTEX(CatalogPlugin):
|
||||
for entry in data:
|
||||
entry['ondevice'] = db.catalog_plugin_on_device_temp_mapping[entry['id']]['ondevice']
|
||||
|
||||
outfile.write('%%%Calibre catalog\n%%%{0} entries in catalog\n\n'.format(nb_entries))
|
||||
# outfile.write('%%%Calibre catalog\n%%%{0} entries in catalog\n\n'.format(nb_entries))
|
||||
outfile.write('@preamble{"This catalog of %d entries was generated by calibre on %s"}\n\n'
|
||||
% (nb_entries, strftime("%A, %d. %B %Y %H:%M")))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user