summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-22 19:43:39 -0500
committerCraig Jennings <c@cjennings.net>2026-05-22 19:43:39 -0500
commitbe9f8c3c939de8d40aba3b280ba111bd467277cc (patch)
tree23c2ef982c33cea2907773134fab2ba9db5bee1a
parent19438e0c502ce6d73cd844b4ca8d4873d0cd604d (diff)
downloaddotemacs-be9f8c3c939de8d40aba3b280ba111bd467277cc.tar.gz
dotemacs-be9f8c3c939de8d40aba3b280ba111bd467277cc.zip
docs(todo): close always-save-daily task
-rw-r--r--todo.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/todo.org b/todo.org
index 8988836c..1d69c041 100644
--- a/todo.org
+++ b/todo.org
@@ -92,8 +92,9 @@ Tests: ERT in org temp-buffers with the journal hook bound to nil; the pure tran
=modules/org-config.el:120= sets =org-log-done nil=; =modules/org-roam-config.el:64= sets it ='time=. The effective value is load-order-dependent and fragile. Pick one home and one value intentionally.
Triggered by: 2026-05-22 L56 finalize-task work.
-** TODO [#C] Always save the daily after a journal task-copy :feature:
-=cj/org-roam-copy-todo-to-today= (=org-roam-config.el=) only saves today's daily in the refile branch. Make the save fire whenever a completed task is added, so a crash or shutdown never loses a freshly-copied task and never prompts about an unsaved journal buffer.
+** DONE [#C] Always save the daily after a journal task-copy :feature:
+CLOSED: [2026-05-22 Fri]
+=cj/org-roam-copy-todo-to-today= (=org-roam-config.el=) only saved today's daily in the refile branch. Pulled the save into =cj/--org-roam-save-daily=, which now runs on both paths and writes only when the buffer is modified, so a crash or shutdown never loses a freshly-copied task. Fixed in f07ce74d.
Triggered by: 2026-05-22 L56 finalize-task work.
** TODO [#C] Manually verify cj/org-finalize-task journal copy :test: