Vikas Rawal <vikasli...@agrarianresearch.org> writes:

> From org, when I export an org buffer to html and open in browser
> (using C-c C-e b), it opens epiphany web browser. On the other, if I
> open a url from within orgmode, the urls are opened in firefox. How
> can I change the browser that is used for viewing the exported html
> files?
>
> I am using debian sid, emacs23 and org 7.01.

I am using Debian Lenny, Emacs 23 and Org 7.01 and I have the following
in my .emacs

(setq browse-url-browser-function (quote browse-url-generic))
(setq browse-url-generic-program "google-chrome")

For me, following your exact steps, opens google-chrome.

Thanks and Regards
Noorul

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

Reply via email to