From b16465c62089d12c201a572b38be44fa0e64ef36 Mon Sep 17 00:00:00 2001 From: GRiker Date: Sat, 23 Jan 2010 09:20:29 -0700 Subject: [PATCH] Added 'Catalog' to default exclude_tags --- src/calibre/library/catalog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/library/catalog.py b/src/calibre/library/catalog.py index a459653cea..d65c8cb5f9 100644 --- a/src/calibre/library/catalog.py +++ b/src/calibre/library/catalog.py @@ -247,7 +247,7 @@ class EPUB_MOBI(CatalogPlugin): help=_("Regex describing tags to exclude as genres.\n" "Default: '%default' excludes bracketed tags, e.g. '[]'\n" "Applies to: ePub, MOBI output formats")), Option('--exclude-tags', - default='~', + default='~,Catalog', dest='exclude_tags', help=_("Comma-separated list of tag words indicating book should be excluded from output. Case-insensitive.\n" "--exclude-tags=skip will match 'skip this book' and 'Skip will like this'.\n"