mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Calendar
- Typo.
This commit is contained in:
parent
7ffd391faa
commit
702e4e41fc
1 changed files with 2 additions and 1 deletions
|
@ -345,7 +345,8 @@ int CmdCalendar::execute (std::string& output)
|
|||
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
|
||||
// Display all due tasks in the report colorized not only the imminent
|
||||
// ones.
|
||||
context.config.set ("due", 0);
|
||||
|
||||
std::string output;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue