On Nov 13, 2017, at 17:39, Alan Schmitt <alan.schmitt@polytechnique.org> wrote:On 2017-11-11 20:06, Jay Iyer <jayiyer09@gmail.com> writes:Hi, in my Org workflow, I am trying to use the do-applescript function to
hide an active Emacs session. Can you tell me what I am doing wrong with
the following that I think should work but is not? Thanks. -jay
(do-applescript "tell application \"Finder\" set visible of application
process \"Emacs\" to false")
Don't you need an "end tell"?
(do-applescript "tell application \"Finder\" to set visible of application process \"Emacs\" to false")