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