From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Suckling Subject: Re: Problem with org-mac-protocol Date: Tue, 16 Feb 2010 10:58:59 +0000 Message-ID: References: <2189D718-8870-436C-A81F-5D11042C5C06@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhL98-0000dv-MG for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 05:59:14 -0500 Received: from [140.186.70.92] (port=58740 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhL96-0000bf-AO for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 05:59:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NhL95-0008Rs-CV for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 05:59:12 -0500 Received: from mail-fx0-f215.google.com ([209.85.220.215]:52308) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NhL95-0008Rg-0K for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 05:59:11 -0500 Received: by fxm7 with SMTP id 7so6141523fxm.8 for ; Tue, 16 Feb 2010 02:59:02 -0800 (PST) In-Reply-To: <2189D718-8870-436C-A81F-5D11042C5C06@gmail.com> (Christian Zang's message of "Tue, 16 Feb 2010 09:47:40 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christian Zang Cc: emacs-orgmode@gnu.org On Tue, 16 Feb 2010 09:47:40 +0100, Christian Zang wrote: > > I installed org-mac-protocol according to the instructions in > org-mac-protocol.org on Mac OS X 10.6 with Emacs CVS 23 and a very > recent pull of org-mode from git. > > With my setup, there seems to be a problem with the AppleScript part >of the implementation I cannot track down. If I call any of the scripts >(org-link etc.) I get no reaction but a short deactivation of the >frontmost window. > The problem is that I haven't updated the distribution for 10.6. The URI Escape osax doesn't work on Snow Leopard. I've replaced it with a small Ruby script to do all the escaping and you can find the latest versions at github (may be buggy and the documentation is out of date): http://github.com/claviclaws/org-mac-protocol Note that the .applescript files will need opening in Script Editor and resaving as .scpt files. I really, really mean to rewrite the documentation and do a proper release (I also said this before Christmas) but I seemed to think that doing a doctorate alongside the rest of my work and moving house was a good idea, so I still haven't quite had the time. Best, Christopher