Do not use org-clock-goto to get tags

This commit is contained in:
Stuart Mumford 2021-03-29 10:20:01 +01:00
parent 3e71766f85
commit 612c0d1e31
No known key found for this signature in database
GPG Key ID: 60BC5C03E6276769
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.