Bug #1008
- Fixed bug #1008, which failed to remove tasks with the special tag '+nocal' from the calendar report output with 'calendar.details=full' set (thanks to Bryan Kam).
This commit is contained in:
@@ -338,7 +338,7 @@ int CmdCalendar::execute (std::string& output)
|
||||
context.a3.clear ();
|
||||
context.a3.push_back (Arg ("task", Arg::cat_program));
|
||||
|
||||
report_filter += " due.after:" + after + " due.before:" + before;
|
||||
report_filter += " due.after:" + after + " due.before:" + before + " -nocal";
|
||||
context.config.set ("report." + report + ".filter", report_filter);
|
||||
|
||||
// Display all due task in the report colorized not only the imminet ones
|
||||
|
||||
Reference in New Issue
Block a user