[org] Fix quoting of go-personio formatter line

This commit is contained in:
Sebastian Schulze 2023-02-23 09:02:17 +01:00
parent e137e0adb4
commit 593d77280f
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@
(ts-start (org-timestamp-to-time timestamp))
(ts-end (org-timestamp-to-time timestamp t)))
(message (format "go-personio --work-start '%s' --work-end '%s'"
(message (format "go-personio --work-start \"%s\" --work-end \"%s\""
(format-time-string "%F %a %R %Z" ts-start)
(format-time-string "%F %a %R %Z" ts-end)))))