summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-06-29 14:54:37 +0200
committerLeon Rische <leon.rische@me.com>2020-06-29 14:54:37 +0200
commitc9740428d4c52cf698c42b009a47834c47cf6053 (patch)
tree8a75570d46faf25b2ca2cc76846f1841ed066789
parent3717c17b54a3e9c0d3f537ff4c3d2c1f5411743f (diff)
Don't shell-quote the audio file argument
-rw-r--r--contrib/org-fc-audio.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/org-fc-audio.el b/contrib/org-fc-audio.el
index cff949a..38f402c 100644
--- a/contrib/org-fc-audio.el
+++ b/contrib/org-fc-audio.el
@@ -70,7 +70,7 @@ Look up the file from PROPERTY."
(start-process-shell-command
"org-fc audio"
nil
- (format "mpv %s" (shell-quote-argument file))))
+ (format "mpv %s" file)))
(add-hook
'org-fc-before-setup-hook