mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Context: Do not apply context for the export command
This commit is contained in:
parent
4eb70e68b7
commit
1465bcb918
5 changed files with 13 additions and 10 deletions
|
@ -54,7 +54,7 @@ int CmdExport::execute (std::string& output)
|
|||
// Apply filter.
|
||||
Filter filter;
|
||||
std::vector <Task> filtered;
|
||||
filter.subset (filtered);
|
||||
filter.subset (filtered, false);
|
||||
|
||||
// Obey 'limit:N'.
|
||||
int rows = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue