Re: [Orgmode] default browser - SOLVED

2010-02-26 Thread Daniel Martins
Thanks Nick, > Most (?) browsers have a remote URL capability: you can send a URL to an > already running instance and it will just open it, without going through > the overhead of creating another instance. For me it seems strange this behaviour. When I have firefox already open, it creates an

Re: [Orgmode] default browser - SOLVED

2010-02-26 Thread Daniel Martins
Thank you Henry-Paul, You solved for me a quite annoying issue related to org that I could not solve! For those who use firefox these two lines become: (setq browse-url-browser-function (quote browse-url-generic)) (setq browse-url-generic-program "firefox") Simply copy and paste it!! 2010/

Re: [Orgmode] default browser - SOLVED

2010-02-25 Thread Carsten Dominik
Hi Henri-Paul, thanks for summarizing here in the mailing list, this creates a searchable record of a good answer! Best wishes - Carsten On Feb 25, 2010, at 7:18 PM, Henri-Paul Indiogine wrote: Dear fellow org-moders, this is what was suggested to me: (setq browse-url-browser-function (quo

[Orgmode] default browser - SOLVED

2010-02-25 Thread Henri-Paul Indiogine
Dear fellow org-moders, this is what was suggested to me: (setq browse-url-browser-function (quote browse-url-generic)) (setq browse-url-generic-program "chromium-browser") works perfectly on Ubuntu Karmic + Emacs 23.1.1. Again, thanks for org-mode. -- Henri-Paul Indiogine Email: hindiog...

Re: [Orgmode] default browser

2010-02-24 Thread Ryan Thompson
I think you may have to look around in M-x customize-group browse-url. On Wed, Feb 24, 2010 at 9:45 AM, Henri-Paul Indiogine wrote: > OS: Ubuntu Karmic > Emacs: 23.1.1 > org-mode: 6.34trans > > I recently changed my default browser from Firefox to Chromium and have > made my change in System -> P

[Orgmode] default browser

2010-02-24 Thread Henri-Paul Indiogine
OS: Ubuntu Karmic Emacs: 23.1.1 org-mode: 6.34trans I recently changed my default browser from Firefox to Chromium and have made my change in System -> Preferences -> Preferred Applications -> /usr/lib/chromium-browser However, when I follow a URL link in org-mode Firefox is started. Any suggest