From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Suckling Subject: Re: [org-mac-protocol] How to actually set it up and use it? Date: Wed, 16 Dec 2009 17:42:20 +0000 Message-ID: References: <1e5bcefd0912111047t51e6a0deof0f91638bb9baa63@mail.gmail.com> <2BE649F1-DD4D-4AF6-98C6-D864DA118BE5@inthefaith.net> <5D639947-2AC8-4D98-B875-86E7F2611A57@inthefaith.net> 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 1NKxtQ-0003SW-KS for emacs-orgmode@gnu.org; Wed, 16 Dec 2009 12:42:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKxtM-0003Om-E6 for emacs-orgmode@gnu.org; Wed, 16 Dec 2009 12:42:32 -0500 Received: from [199.232.76.173] (port=52337 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKxtM-0003OQ-7q for emacs-orgmode@gnu.org; Wed, 16 Dec 2009 12:42:28 -0500 Received: from ey-out-1920.google.com ([74.125.78.148]:23878) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKxtL-0005EZ-Ln for emacs-orgmode@gnu.org; Wed, 16 Dec 2009 12:42:27 -0500 Received: by ey-out-1920.google.com with SMTP id 4so321326eyg.34 for ; Wed, 16 Dec 2009 09:42:26 -0800 (PST) In-Reply-To: <5D639947-2AC8-4D98-B875-86E7F2611A57@inthefaith.net> (Ron Parker's message of "Tue, 15 Dec 2009 13:58:26 -0600") 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: Ron Parker Cc: Org Mode On Tue, 15 Dec 2009 13:58:26 -0600, Ron Parker wrote: > On Dec 13, 2009, at 8:48 AM, Christopher Suckling wrote: > >> On Sat, 12 Dec 2009 12:56:00 -0600, Ron Parker >> wrote: >> >>> After reading this message I downloaded org-mac-protocol and >>> installed >>> it. The scripts work for me if I open them in Script Editor and run >>> them, but they do not work from the scripts menu nor from >>> Quicksilver. >> > > I'm closer. Calling (org-load-modules-maybe) after doing (add-to-list > org-modules 'org-mac-protocol) seems to have the items on the script > menu working. But, calling them from Quicksilver still fails. Curious. This really shouldn't make any difference. All the AppleScripts do is put together a call to emacsclient; thus if they work launched by one method, then changing your .emacs shouldn't facilitate another method. You could check that the call to emacsclient is being properly constructed by taking one of the scripts, say org-link, and adding ,---- | display dialog theScript `---- the line before ,---- | do shell script theScript `---- But it sounds like something fishy is going on with Quicksilver. Best, Christopher