emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] [org-mac-protocol] How to actually set it up and use it?


From: Christopher Suckling
Subject: Re: [Orgmode] [org-mac-protocol] How to actually set it up and use it?
Date: Wed, 16 Dec 2009 17:42:20 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (darwin)

On Tue, 15 Dec 2009 13:58:26 -0600, Ron Parker <address@hidden> wrote:

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




reply via email to

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