On Tue, 15 Dec 2009 13:58:26 -0600, Ron Parker <r...@inthefaith.net> wrote:

> On Dec 13, 2009, at 8:48 AM, Christopher Suckling wrote:
>
>> On Sat, 12 Dec 2009 12:56:00 -0600, Ron Parker <r...@inthefaith.net>
>> 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


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to