diff --git a/src/recur2.cpp b/src/recur2.cpp index b7faed529..2f030ded9 100644 --- a/src/recur2.cpp +++ b/src/recur2.cpp @@ -25,6 +25,7 @@ //////////////////////////////////////////////////////////////////////////////// #include +#include #include extern Context context; @@ -36,6 +37,7 @@ extern Context context; // - Sync must merge duplicate N. // - Remove recurrence.limit. Now always 1. It is not something that can be done // with rtype:chained tasks. +// - Handle until. //////////////////////////////////////////////////////////////////////////////// // Given an old-style task, upgrades it perfectly. @@ -65,7 +67,6 @@ static void synthesizeTasks (const Task&) // TODO 'recur' = frequency // TODO 'last' = index of most recently synthesized instance - context.debug ("synthesizeTasks end"); }