From 3962c63f9314ebe7b4d7a1ba048d33d4925ba781 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Fri, 25 Feb 2022 00:27:50 +0530 Subject: [PATCH] Mark task done; document chronometrist-goal bug --- TODO.org | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/TODO.org b/TODO.org index 72a37e6..928ce00 100644 --- a/TODO.org +++ b/TODO.org @@ -1000,7 +1000,7 @@ Also define =chronometrist--timer-alist=, which associates =symbol= with a timer [fn:4] Actually, make a macro to define such alists, since the docstrings are likely to be near-identical. -* Predefined key-values for tasks [100%] +* DONE Predefined key-values for tasks :PROPERTIES: :CREATED: 2022-02-17T23:34:17+0530 :END: @@ -1012,3 +1012,11 @@ Benefits '(("Task" ...) ...) #+END_SRC + +* no-goal-alert - "You have spent on " [0%] :bug: +:PROPERTIES: +:CREATED: 2022-02-25T00:19:49+0530 +:END: +=chronometrist-goal-no-goal-alert= uses =chronometrist-task-time-one-day=, which calls =chronometrist-task-records-for-date= with the /current/ date. + +1. [ ] Use the data for the latest date recorded in the database, rather than the current date.