Open kardapoltsev opened 8 years ago
I'm seeing the same failure - @kardapoltsev's code seems to fix it. I'm also an emacs noob, but maybe call-process has changed in functionality across emacs versions? I'm on (emacs-version)
GNU Emacs 25.1.50.1 (x86_64-apple-darwin15.4.0, NS appkit-1404.41 Version 10.11.4 (Build 15E27e)) of 2016-01-31
I'm also seeing a similar one. Redefining the defun like suggested does seem to fix it.
alert-osx-notifier-notify: Wrong type argument: listp, "osascript -e 'display notification \"org-plus-contrib :home:\" with title \"org\"'"
+1 seeing the same thing. Patch seems to work for me.
Hi guys. It is 2017 already and this issue is still exists... @jwiegley will you accept PR with the fix described by @kardapoltsev? Can we send it? thanks.
Sure, it's small enough not to need papers.
Thank you. I sent pull request which is actually copy of @kardapoltsev fix described above. Hope he is not mind 😊
With #45 merged, can this now be closed?
I've tried to show alert using
sox-notifier
and got this error:I've fixed it with
but I'm new to emacs and ELisp and I'm not sure that it's a right way to go. Would you like to get a PR?