Do not use org-clock-goto to get tags #7

Merged
gergely merged 1 commits from Cadair/org-clock-waybar:main into main 2021-03-29 09:37:36 +00:00
1 changed files with 3 additions and 3 deletions

View File

@ -84,9 +84,9 @@
(defun org-clock-waybar--get-tags ()
"Get the tags of the currently clocked-in task."
(when (org-clocking-p)
(save-window-excursion
(org-clock-goto)
(org-get-tags))))
(or (org-with-point-at org-clock-marker (org-get-tags))
"")
))
(defun org-clock-waybar--get-clocked-task-json ()
"Get the currently clocked-in tasks data as a stringified JSON object.