Google Chrome
is set as the default browser, however it opens links in Firefox, which is undesired.
How to make org-mode
to open links in
As @Trey suggests, you can set it to a generic browser bu instead of "chromium-browser" use "google-chrome", like this:
(setq browse-url-browser-function 'browse-url-generic
browse-url-generic-program "google-chrome")
That worked for me with Emacs 23.2 and Chrome 12. Though it might be Chrome 13 by the time I'm done writing this answer ;-)