- Typo.
This commit is contained in:
Paul Beckingham 2014-05-11 14:48:32 -04:00
parent 7ffd391faa
commit 702e4e41fc

View file

@ -345,7 +345,8 @@ int CmdCalendar::execute (std::string& output)
report_filter += " due.after:" + after + " due.before:" + before + " -nocal"; report_filter += " due.after:" + after + " due.before:" + before + " -nocal";
context.config.set ("report." + report + ".filter", report_filter); context.config.set ("report." + report + ".filter", report_filter);
// Display all due task in the report colorized not only the imminet ones // Display all due tasks in the report colorized not only the imminent
// ones.
context.config.set ("due", 0); context.config.set ("due", 0);
std::string output; std::string output;