Re: [Orgmode] ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications

2009-07-20 Thread Christopher Suckling
On Tue, Jul 21, 2009 at 12:59 AM, Greg Newman wrote:

> I was actually doing it right Chris (require 'org-mac-protocol).  I hadn't
> noticed a typo.

It's genuinely working for me now; restarted computer and everything!

If you could have one more shot with what I uploaded a couple of
minutes ago (web or git), and report back, I'd be most grateful, but
for now I'm off to bed. I'm losing track of which files I've moved
where...

Christopher


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


Re: [Orgmode] ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications

2009-07-20 Thread Greg Newman
I was actually doing it right Chris (require 'org-mac-protocol).  I hadn't
noticed a typo.

On Mon, Jul 20, 2009 at 7:36 PM, Christopher Suckling <
suckling.l...@googlemail.com> wrote:

> On Tue, Jul 21, 2009 at 12:04 AM, Greg Newman wrote:
> > Hmm, Chris.
> > No matter what I do I always get "Required feature `org-mac-protocol' was
> > not provided" when I re-eval.  I can load-file fine but when I add it to
> my
> > configs, before or after org-mode it always barks at me.
> >
>
> Urrrgh. Stupid typo, but I'd already evaled the buffer when testing
> and didn't notice.
>
> Last line should read:
>
> (require 'org-mac-protocol)
>
> NOT
>
> (require 'org-mac-protocol.el)
>
> Putting together updated release now...
>
> C.
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications

2009-07-20 Thread Christopher Suckling
On Tue, Jul 21, 2009 at 12:04 AM, Greg Newman wrote:
> Hmm, Chris.
> No matter what I do I always get "Required feature `org-mac-protocol' was
> not provided" when I re-eval.  I can load-file fine but when I add it to my
> configs, before or after org-mode it always barks at me.
>

Urrrgh. Stupid typo, but I'd already evaled the buffer when testing
and didn't notice.

Last line should read:

(require 'org-mac-protocol)

NOT

(require 'org-mac-protocol.el)

Putting together updated release now...

C.


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


Re: [Orgmode] ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications

2009-07-20 Thread Christopher Suckling
On Mon, Jul 20, 2009 at 11:42 PM, Greg Newman wrote:
> Chris,
> Just a note, the package tried to install by default to my root dir and
> failed.  I changed it to ~/ and it then installed.  Not sure if you can make
> something else the default or have it ask for roots password.  I almost
> didn't see the option to change the install location.
> Giving this a try now...
>

Thanks. I've since found that the install in home directory option on
the latest version of PackageMaker is a 10.5 only option. Is that the
problem?

Everything necessary should be in the sources directory anyway.

And also now on github:

git://github.com/claviclaws/org-mac-protocol.git

Christopher


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


Re: [Orgmode] ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications

2009-07-20 Thread Greg Newman
Hmm, Chris.No matter what I do I always get "Required feature
`org-mac-protocol' was not provided" when I re-eval.  I can load-file fine
but when I add it to my configs, before or after org-mode it always barks at
me.

On Mon, Jul 20, 2009 at 1:57 PM, Christopher Suckling <
suckling.l...@googlemail.com> wrote:

> All,
>
> This is essentially a rewrite of my org-annotate-quicksilver suite of
> scripts for compatibility
> with org-protocol with a major improvement: Quicksilver is no longer
> required.
>
> Launch the scripts from the Script menu in the menu bar or from your
> favourite script launcher
> (including Quicksilver, of course!).
>
> Three modes of operation:
>
> org-link: create an org-mode link to the selected document, file or
> application
> org-remember: pop up a small remember frame initialized with links
> and, where possible,
> content from the selected document, file or application.
> org-note: pop up a small remember frame for quick note taking
> independent of current
> application.
>
> Currently supported apps are:
>
> Finder
> Safari
> Skim
> BibDesk
> Terminal
>
> In the works are:
>
> Office
> iCal
> iTunes
> iPhoto
>
> Full documentation and downloads from:
>
> http://claviclaws.net/org
>
> As always, bug reports (I don't have a wide range of systems to test
> on) and improvements
> welcome.
>
> Best wishes,
>
> Christopher
>
>
> ___
> Emacs-orgmode mailing list
> Remember: 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
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications

2009-07-20 Thread Greg Newman
Chris,Just a note, the package tried to install by default to my root dir
and failed.  I changed it to ~/ and it then installed.  Not sure if you can
make something else the default or have it ask for roots password.  I almost
didn't see the option to change the install location.

Giving this a try now...

On Mon, Jul 20, 2009 at 1:57 PM, Christopher Suckling <
suckling.l...@googlemail.com> wrote:

> All,
>
> This is essentially a rewrite of my org-annotate-quicksilver suite of
> scripts for compatibility
> with org-protocol with a major improvement: Quicksilver is no longer
> required.
>
> Launch the scripts from the Script menu in the menu bar or from your
> favourite script launcher
> (including Quicksilver, of course!).
>
> Three modes of operation:
>
> org-link: create an org-mode link to the selected document, file or
> application
> org-remember: pop up a small remember frame initialized with links
> and, where possible,
> content from the selected document, file or application.
> org-note: pop up a small remember frame for quick note taking
> independent of current
> application.
>
> Currently supported apps are:
>
> Finder
> Safari
> Skim
> BibDesk
> Terminal
>
> In the works are:
>
> Office
> iCal
> iTunes
> iPhoto
>
> Full documentation and downloads from:
>
> http://claviclaws.net/org
>
> As always, bug reports (I don't have a wide range of systems to test
> on) and improvements
> welcome.
>
> Best wishes,
>
> Christopher
>
>
> ___
> Emacs-orgmode mailing list
> Remember: 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
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications

2009-07-20 Thread Christopher Suckling
On Mon, Jul 20, 2009 at 7:03 PM, Greg Newman wrote:
> Awesome Chris, thanks!  Now I don't have to finish my safari > org-protocol
> script.
> I'll give this a try this evening and report back.  Is this on github by
> chance?

Not yet; I've yet to start playing with that. Maybe late tonight!

Today's toy was creating an OS X package installer, but all sources are on
the dmg, just in case...

Best, Christopher


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


Re: [Orgmode] ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications

2009-07-20 Thread Greg Newman
Awesome Chris, thanks!  Now I don't have to finish my safari > org-protocol
script.I'll give this a try this evening and report back.  Is this on github
by chance?


*Greg Newman*

http://20seven.org

twitter: 20seven

On Mon, Jul 20, 2009 at 1:57 PM, Christopher Suckling <
suckling.l...@googlemail.com> wrote:

> All,
>
> This is essentially a rewrite of my org-annotate-quicksilver suite of
> scripts for compatibility
> with org-protocol with a major improvement: Quicksilver is no longer
> required.
>
> Launch the scripts from the Script menu in the menu bar or from your
> favourite script launcher
> (including Quicksilver, of course!).
>
> Three modes of operation:
>
> org-link: create an org-mode link to the selected document, file or
> application
> org-remember: pop up a small remember frame initialized with links
> and, where possible,
> content from the selected document, file or application.
> org-note: pop up a small remember frame for quick note taking
> independent of current
> application.
>
> Currently supported apps are:
>
> Finder
> Safari
> Skim
> BibDesk
> Terminal
>
> In the works are:
>
> Office
> iCal
> iTunes
> iPhoto
>
> Full documentation and downloads from:
>
> http://claviclaws.net/org
>
> As always, bug reports (I don't have a wide range of systems to test
> on) and improvements
> welcome.
>
> Best wishes,
>
> Christopher
>
>
> ___
> Emacs-orgmode mailing list
> Remember: 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
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications

2009-07-20 Thread Christopher Suckling
All,

This is essentially a rewrite of my org-annotate-quicksilver suite of
scripts for compatibility
with org-protocol with a major improvement: Quicksilver is no longer required.

Launch the scripts from the Script menu in the menu bar or from your
favourite script launcher
(including Quicksilver, of course!).

Three modes of operation:

org-link: create an org-mode link to the selected document, file or application
org-remember: pop up a small remember frame initialized with links
and, where possible,
content from the selected document, file or application.
org-note: pop up a small remember frame for quick note taking
independent of current
application.

Currently supported apps are:

Finder
Safari
Skim
BibDesk
Terminal

In the works are:

Office
iCal
iTunes
iPhoto

Full documentation and downloads from:

http://claviclaws.net/org

As always, bug reports (I don't have a wide range of systems to test
on) and improvements
welcome.

Best wishes,

Christopher


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