diff options
Diffstat (limited to '.ai/scripts/todo-cleanup.el')
| -rw-r--r-- | .ai/scripts/todo-cleanup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ai/scripts/todo-cleanup.el b/.ai/scripts/todo-cleanup.el index cb333e2..516e9b1 100644 --- a/.ai/scripts/todo-cleanup.el +++ b/.ai/scripts/todo-cleanup.el @@ -843,7 +843,7 @@ event-log entry, pulling the timestamp from its CLOSED cookie. Honors Matches `lint-org.el' and `wrap-org-table.el', the other tools that rewrite these org files. todo-cleanup runs the most often of the three (every wrap, -every sentry fire), and Emacs's own backup does not fire under --batch -q, so +every sentry cycle), and Emacs's own backup does not fire under --batch -q, so without this a mechanical rewrite has no undo short of git — which recovers only to the last commit and loses intra-session work." (let* ((base (format "%s%s.before-todo-cleanup.%s" |
