emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Fwd: Patch - Org Mac Outlook - Fix Call to Outlook in some cases


From: Alan Schmitt
Subject: Re: [O] Fwd: Patch - Org Mac Outlook - Fix Call to Outlook in some cases
Date: Thu, 09 Apr 2015 19:11:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin)

On 2015-04-09 15:59, Mike McLean <address@hidden> writes:

> Hello - I just noticed that this patch does not seem to have been applied. Is
> there a problem with it?

I'd be happy to apply it. I have a question about it:

> The AppleScript commands may try to select the WinTel version of "Microsoft
> Outlook". This—obviously—doesn’t work. By adding the Mac ~.app~ file
> extension, we reduce this confusion and more reliably call the Macintosh
> version of Outlook.

I tried this AppleScript
#+begin_src applescript
tell application "Mail.app"
  activate
end tell
#+end_src

and as I ran it it got normalized to
#+begin_src applescript
tell application "Mail"
  activate
end tell
#+end_src

Does the ".app" suffix really make a difference?

Best,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]