Anyone know about playing system sounds in Aquamacs? <div><br></div><div>I'm trying to implement the below, but I get "This Emacs binary lacks sound support."</div><div><br></div><div><div>(add-hook 'org-after-todo-state-change-hook 'my-org-after-todo)</div>
<div>(defun my-org-after-todo ()</div><div>  (org-clock-out-if-current)</div><div>  (play-sound-file "~/Library/Sounds/InkSoundStroke3.aif"))</div></div>