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
commit2c75893a6db2141099bc233f2b10dbb39cc5cf41 (patch)
treee183311e47496db5ec24fabb7af192f9fc345d17
parentf07ce74d835dfc81e1e529240526829464ad8b21 (diff)
downloaddotemacs-2c75893a6db2141099bc233f2b10dbb39cc5cf41.tar.gz
dotemacs-2c75893a6db2141099bc233f2b10dbb39cc5cf41.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: