make sure to consider tags when checking if cards empty

This commit is contained in:
Damien Elmes 2008-10-13 23:11:36 +09:00
parent 3933e14c1b
commit 1eb20be6e3

View file

@ -778,6 +778,8 @@ priority != 0 and due < :now and spaceUntil > :now""",
empty[k] = u""
empty["text:"+k] = u""
local["text:"+k] = u""
empty['tags'] = ""
local['tags'] = fact.tags
try:
if format % local == format % empty:
ok = False