This commit is contained in:
Daniel - 2021-10-16 12:27:20 +02:00
parent c17bc4c1ab
commit 5b10f83303
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ tag PERIODIC."
"Clock in org mode task as given by TASK-ID."
(let ((location (org-id-find task-id 'marker)))
(if (null location)
(user-error "Invalid location give: %s»" task-id)
(user-error "Invalid location given: «%s»" task-id)
(org-with-point-at location
(org-clock-in))
(org-save-all-org-buffers))))