mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdExport: Generate recurrent tasks
This commit is contained in:
parent
2d2579d801
commit
c483c8dda9
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ int CmdExport::execute (std::string& output)
|
|||
{
|
||||
int rc = 0;
|
||||
|
||||
// Make sure reccurent tasks are generated.
|
||||
handleRecurrence ();
|
||||
|
||||
// Apply filter.
|
||||
Filter filter;
|
||||
std::vector <Task> filtered;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue