Add TODO
This commit is contained in:
parent
2ae5378dea
commit
bb9dc489d5
1 changed files with 2 additions and 0 deletions
|
@ -232,6 +232,8 @@ Updated: 2023-09-05"
|
|||
(let ((task-name (format task-name-format current-hour minute)))
|
||||
;; Cancel existing timer with the same task name
|
||||
(my-cancel-existing-timer (intern task-name))
|
||||
;; TODO: should it be as below?
|
||||
;; (my-cancel-existing-timer task-name)
|
||||
;; Check if the scheduled time is ahead of the current time
|
||||
;; Define the new task function using defalias
|
||||
(defalias (intern task-name)
|
||||
|
|
Loading…
Reference in a new issue