Re: [Orgmode] Org-protocol / Chrome on Linux

2010-11-25 Thread Mattias Jämting
Hello again, For reference, this is how i finally got org-protocol to work in chrome on ubuntu 10.10: The problem was that chrome was running xdg-open for handling external protocols. xdg-open, or it's companion gvfs-open, couldn't parse the rather complex URL which the org-capture bookmarklet ge

Re: [Orgmode] Org-protocol / Chrome on Linux

2010-09-30 Thread Sebastian Rose
Sebastian Rose writes: > Mattias Jämting writes: >> Yes i'm running a pretty standard Ubuntu 10.04 setup. >> >> I managed to get it working on chrome by removing the >> encodeURIComponent command on location.href. >> >> I could simulate it in the terminal like this. >> >> matt...@helium:~$ xdg-op

Re: [Orgmode] Org-protocol / Chrome on Linux

2010-09-30 Thread Sebastian Rose
Mattias Jämting writes: > Yes i'm running a pretty standard Ubuntu 10.04 setup. > > I managed to get it working on chrome by removing the > encodeURIComponent command on location.href. > > I could simulate it in the terminal like this. > > matt...@helium:~$ xdg-open org-protocol://capture://http%3

Re: [Orgmode] Org-protocol / Chrome on Linux

2010-09-30 Thread Mattias Jämting
Yes i'm running a pretty standard Ubuntu 10.04 setup. I managed to get it working on chrome by removing the encodeURIComponent command on location.href. I could simulate it in the terminal like this. matt...@helium:~$ xdg-open org-protocol://capture://http%3A%2F%2Forgmode.org Error showing URL:

Re: [Orgmode] Org-protocol / Chrome on Linux

2010-08-31 Thread Sebastian Rose
Mattias Jämting writes: > Hello, > > Have someone managed to get org-protocol ( > http://orgmode.org/worg/org-contrib/org-protocol.php) working in chrome on > linux (i use ubuntu) ? > > (I have tried; it works in firefox, but not in chrome - which is my > preferred browser nowadays.) > > Please le