fix typo #10

Merged
gergely merged 2 commits from Cadair/org-clock-waybar:typo into main 2025-03-05 14:42:46 +01:00
Showing only changes of commit d5a776c761 - Show all commits

View File

@ -118,7 +118,7 @@ value of `org-clock-waybar-not-clocked-in-text'."
(insert (org-clock-waybar--get-clocked-task-json)) (insert (org-clock-waybar--get-clocked-task-json))
(write-file org-clock-waybar-filename))) (write-file org-clock-waybar-filename)))
(defun org-clock-waybar-ouptut-task () (defun org-clock-waybar-output-task ()
"Output the current task in JSON format Waybar can understand. "Output the current task in JSON format Waybar can understand.
This function is ought to be used via Emacsclient: This function is ought to be used via Emacsclient: