--- a/E5XML/TasksReader.py Sat Oct 19 13:03:39 2013 +0200 +++ b/E5XML/TasksReader.py Sat Oct 19 14:05:26 2013 +0200 @@ -80,7 +80,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"]: