new todos

This commit is contained in:
2026-03-05 15:54:13 +01:00
parent 31a235763b
commit b429f884c4
10 changed files with 1042 additions and 1399 deletions

View File

@@ -168,7 +168,6 @@ fn update_notes(notes_path: &PathBuf, patterns_path: Option<PathBuf>) {
}
}
Pattern::Weekly { dow } => {
dbg!(dow, today);
let mut date_idx = latest_date.clone() + Duration::days(1);
while date_idx <= today {
dbg!(date_idx);