@cryan10: A couple more things I notice in your build log:
Code:
catalog_title: Chris's Books
exclude_genre:
exclude_tags: (~,Catalog)
note_tag: (*)
numbers_as_text: False
read_tag: (+)
If you want to exclude all genres, use a single dot
. as indicated in the dialog. If you want to include all genres, use
\[^.\]
You may use
(*) and
(+) as note-tag and read_tag if you wish, (the defaults are simply
* and
+). However, the exclude tags are a comma-delimited list of tags to exclude, and should not be paranthesized. The default is:
If you really want to change the form of exclude_tags to use parantheses, then it should look like
I'd suggest sticking with the defaults until you get things working initially.
G