Really challenging :S

The problem, I think, is that you end up assuming that the users have
AppleScript knowledge, which is... err, not the case.

Well, I've tried to ge the git version up and running, but, how do I compile
them? I tried to compile them but I got no output. Then I tried compiling,
savigin and renaming them to scpt. When I try to run org-remember for
example, I get the following error:

error "Script doesn’t seem to belong to AppleScript." number -1752 from file
"Macintosh
HD:Users:fullofcaffeine:Library:Scripts:orgQSLib:getEmacsClient.scpt"

Any ideas?

Thanks,

Marcelo.

On Wed, Dec 16, 2009 at 11:42 AM, Christopher Suckling <
suckling.l...@googlemail.com> wrote:

> 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
>
_______________________________________________
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