From 96bb6745268b8020da2e54222b237c08457e102b Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Thu, 6 Feb 2020 13:56:42 +1100 Subject: [PATCH] Only a part, not the whole --- smog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smog.el b/smog.el index 3265248..5effd05 100644 --- a/smog.el +++ b/smog.el @@ -146,7 +146,7 @@ Further details can be found in the =style(1)= man page.\n" (smog-target (buffer-file-name (current-buffer)))) ;; run the shell command. synchronously. (shell-command - (format "%s %s" smog-command smog-target) smog-output) + (format "%s '%s'" smog-command smog-target) smog-output) ;; output the results and add references (in org-mode if it's available) (with-current-buffer smog-output (goto-char (point-min))