--- a/E5XML/TasksReader.py Fri Nov 01 15:48:48 2013 +0100 +++ b/E5XML/TasksReader.py Sun Nov 03 15:58:22 2013 +0100 @@ -82,7 +82,7 @@ "linenumber": 0, "type": Task.TypeTodo, "description": "", - } + } task["priority"] = int(self.attribute("priority", "1")) task["completed"] = self.toBool(self.attribute("completed", "False")) if self.version in ["4.2", "5.0"]: