forked from gergely/org-clock-waybar
Compare commits
1 Commits
201135cc21
...
remove-tex
Author | SHA1 | Date | |
---|---|---|---|
a144ee13c0 |
@@ -84,9 +84,9 @@
|
||||
(defun org-clock-waybar--get-tags ()
|
||||
"Get the tags of the currently clocked-in task."
|
||||
(when (org-clocking-p)
|
||||
(or (org-with-point-at org-clock-marker (org-get-tags))
|
||||
"")
|
||||
))
|
||||
(save-window-excursion
|
||||
(org-clock-goto)
|
||||
(org-get-tags))))
|
||||
|
||||
(defun org-clock-waybar--get-clocked-task-json ()
|
||||
"Get the currently clocked-in task’s data as a stringified JSON object.
|
||||
|
Reference in New Issue
Block a user