Code:
# Specify columns to sort the booklist by on startup
sort_columns_at_startup = [['title',0],[u'date']]
I think this might
Sort Date by Title (remember sorts are reverse bias/ Just like clicking columns)
Kovid, is the help text stale? it uses (field,dir) but the actual setting uses
[field,dir]