[Orgmode] Re: New screencast about org-protocol.el

2009-08-01 Thread CHENG Gao
*On Mon, 20 Jul 2009 19:01:28 +0100
* Also sprach Christopher Suckling suckling.l...@googlemail.com:

 On Sun, Jul 19, 2009 at 8:44 PM, Greg Newmang...@20seven.org wrote:

 Kieth, I've been working (in my spare time) on a applescript solution that's
 elegant.  When I get it finished and working I'll let everyone know.  I'm a
 Safari user but when it's done it will work with FF (or camino) too.


 Greg,

 I'd love to know if you've had any success with FF. As of 3.5, there is a
 getURL object, but I've not been able to get it to work reliably, and,
 regardless,
 it still leaves FF as a rather second class citizen compared to Safari.

 If it's of interest, you can find my (finally) rewritten suite of
 scripts for org-protocol
 here:

 http://claviclaws.net/org/

 Best wishes,

 Christopher

I am very excited to find your org-mac-protocol. I installed it following
the manual, and after starting Emacs.app (Cocoa port build from latest
git source), I got error message sayding org-remember-templates is not
defined.

Could you please post org-mac-protocal related setting in your .emacs?
Thank you very much for your help.



___
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] Re: New screencast about org-protocol.el

2009-08-01 Thread CHENG Gao
*On Sat, 01 Aug 2009 17:18:06 +0800
* Also sprach CHENG Gao cheng...@gmail.com:


 I am very excited to find your org-mac-protocol. I installed it following
 the manual, and after starting Emacs.app (Cocoa port build from latest
 git source), I got error message sayding org-remember-templates is not
 defined.

 Could you please post org-mac-protocal related setting in your .emacs?
 Thank you very much for your help.

Stupid me. The reason is I did not use org-remember-templates since I
only use one file for all kinds of notes.

I add (setq org-remember-templates nil) before (require
'org-mac-protocol), and it works well. Before posting this, I just
sucessfully (org-remember)ed something from some webpage.

I wish scripts can be put into a subdirectory like Org-Mac-Protocol
instead of directly under ~/Library/Scripts/.

Thanks a lot. It's really a great package.



___
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] Re: New screencast about org-protocol.el

2009-07-27 Thread Sebastian Rose
Greg Newman g...@20seven.org writes:
 Kieth, I've been working (in my spare time) on a applescript solution that's
 elegant.  When I get it finished and working I'll let everyone know.  I'm a
 Safari user but when it's done it will work with FF (or camino) too.


Yes, seems that MAC is similar to Windows in this regard. It is possble
to setup protocols once for all applications.

Would be great to include the setup in
http://orgmode.org/worg/org-contrib/org-protocol.php#sec-8

???




  Sebastian


___
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] Re: New screencast about org-protocol.el

2009-07-20 Thread Christopher Suckling
On Sun, Jul 19, 2009 at 8:44 PM, Greg Newmang...@20seven.org wrote:

 Kieth, I've been working (in my spare time) on a applescript solution that's
 elegant.  When I get it finished and working I'll let everyone know.  I'm a
 Safari user but when it's done it will work with FF (or camino) too.


Greg,

I'd love to know if you've had any success with FF. As of 3.5, there is a
getURL object, but I've not been able to get it to work reliably, and,
regardless,
it still leaves FF as a rather second class citizen compared to Safari.

If it's of interest, you can find my (finally) rewritten suite of
scripts for org-protocol
here:

http://claviclaws.net/org/

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


Re: [Orgmode] Re: New screencast about org-protocol.el

2009-07-20 Thread Greg Newman
No Chris, I haven't.  FF 3.x is just borked on the mac as far as extending
it goes.I wrote some scripts that would allow me to jump from the current
open safari url to the same url in firefox (useful for testing) and that no
longer works either.  There are a bunch of bug reports that have been logged
at mozilla since the introduction of 3.0 and no-one seems to care.  Really
doesn't bother me too much since I don't use it very often but for those who
do it's a killer.  I typically use Safari and it's developer tools.

On Mon, Jul 20, 2009 at 2:01 PM, Christopher Suckling 
suckling.l...@googlemail.com wrote:

 On Sun, Jul 19, 2009 at 8:44 PM, Greg Newmang...@20seven.org wrote:

  Kieth, I've been working (in my spare time) on a applescript solution
 that's
  elegant.  When I get it finished and working I'll let everyone know.  I'm
 a
  Safari user but when it's done it will work with FF (or camino) too.
 

 Greg,

 I'd love to know if you've had any success with FF. As of 3.5, there is a
 getURL object, but I've not been able to get it to work reliably, and,
 regardless,
 it still leaves FF as a rather second class citizen compared to Safari.

 If it's of interest, you can find my (finally) rewritten suite of
 scripts for org-protocol
 here:

 http://claviclaws.net/org/

 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


[Orgmode] Re: New screencast about org-protocol.el

2009-07-19 Thread Matthew Lundin
Keith Lancaster klancaster1...@mac.com writes:

 The screencast is great, but I can't seem to get things working. On OS
 X, I consistently get a message from Firefox that no application is
 associated with org-protocol.  This happens on both FF 3 and 3.5, and
 regardless of how I specify emacsclient. Any thoughts on how to debug
 this?


Yes, this is a known issue on Mac OS X. I believe that the problem lies
not with Firefox per se, but with the way in which Mac OS handles
internet protocols. I think someone will have to code something in cocoa
or applescript that passes the protocol to emacsclient. See this post by
Sebastian for more details:

http://article.gmane.org/gmane.emacs.orgmode/14903

That said, I don't really know too much about the internals of MacOS X,
so I may be wrong about this.

BTW, the only browser I was able to get working with org-protocol on the
Mac was conkeror, a browser that uses emacs-style keybindings. 

http://www.conkeror.org

For emacs users, conkeror is particularly convenient browser, not least
because you can call commands with M-x or get information about commands
using apropos (C-h a). If anyone is interested in trying it out, I put
up instructions on how to set up conkeror on the org-protocol page. You
can even bind org-remember to C-c r in conkeror!

http://orgmode.org/worg/org-contrib/org-protocol.php#sec-8.1

Best,
Matt


___
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] Re: New screencast about org-protocol.el

2009-07-19 Thread Greg Newman
Kieth, I've been working (in my spare time) on a applescript solution that's
elegant.  When I get it finished and working I'll let everyone know.  I'm a
Safari user but when it's done it will work with FF (or camino) too.


*Greg Newman*

http://20seven.org

twitter: 20seven

On Sun, Jul 19, 2009 at 1:59 PM, Matthew Lundin m...@imapmail.org wrote:

 Keith Lancaster klancaster1...@mac.com writes:

  The screencast is great, but I can't seem to get things working. On OS
  X, I consistently get a message from Firefox that no application is
  associated with org-protocol.  This happens on both FF 3 and 3.5, and
  regardless of how I specify emacsclient. Any thoughts on how to debug
  this?
 

 Yes, this is a known issue on Mac OS X. I believe that the problem lies
 not with Firefox per se, but with the way in which Mac OS handles
 internet protocols. I think someone will have to code something in cocoa
 or applescript that passes the protocol to emacsclient. See this post by
 Sebastian for more details:

 http://article.gmane.org/gmane.emacs.orgmode/14903

 That said, I don't really know too much about the internals of MacOS X,
 so I may be wrong about this.

 BTW, the only browser I was able to get working with org-protocol on the
 Mac was conkeror, a browser that uses emacs-style keybindings.

 http://www.conkeror.org

 For emacs users, conkeror is particularly convenient browser, not least
 because you can call commands with M-x or get information about commands
 using apropos (C-h a). If anyone is interested in trying it out, I put
 up instructions on how to set up conkeror on the org-protocol page. You
 can even bind org-remember to C-c r in conkeror!

 http://orgmode.org/worg/org-contrib/org-protocol.php#sec-8.1

 Best,
 Matt


 ___
 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] Re: New screencast about org-protocol.el

2009-07-19 Thread Keith Lancaster

On Jul 19, 2009, at 2:44 PM, Greg Newman wrote:

Kieth, I've been working (in my spare time) on a applescript  
solution that's elegant.  When I get it finished and working I'll  
let everyone know.  I'm a Safari user but when it's done it will  
work with FF (or camino) too.



Greg Newman
http://20seven.org
twitter: 20seven


Great! I actually use Safari for daily use and FF for debugging /  
testing, so that's perfect.


Keith


___
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