Adds imalison:reschedule-past-to-today which iterates through agenda files and reschedules any incomplete TODO items with a SCHEDULED date in the past to the current date. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
389 B
Diff
13 lines
389 B
Diff
diff --git a/src/lib/server/InputFilter.cpp b/src/lib/server/InputFilter.cpp
|
|
index 1234567..abcdefg 100644
|
|
--- a/src/lib/server/InputFilter.cpp
|
|
+++ b/src/lib/server/InputFilter.cpp
|
|
@@ -26,6 +26,7 @@
|
|
#include <cstdlib>
|
|
#include <sstream>
|
|
#include <cstring>
|
|
+#include <cstdint>
|
|
|
|
// -----------------------------------------------------------------------------
|
|
// Input Filter Condition
|