This commit is contained in:
Stuart Mumford 2025-02-27 11:52:30 +00:00
parent c327eb18c6
commit d5a776c761
No known key found for this signature in database
GPG Key ID: 60BC5C03E6276769

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: