CmdExport: Generate recurrent tasks

This commit is contained in:
Tomas Babej 2015-02-01 13:05:28 +01:00 committed by Paul Beckingham
parent 2d2579d801
commit c483c8dda9

View file

@ -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;