Daniel Martins <daniel...@gmail.com> writes:

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

Rather than browse-url-generic, I use the built-in browse-url-firefox:

--8<---------------cut here---------------start------------->8---
(setq browse-url-browser-function 'browse-url-firefox)
(setq browse-url-firefox-new-window-is-tab t)
--8<---------------cut here---------------end--------------->8---

The second setting ensures that links are opened in new tabs if firefox
is running.

Best,
Matt


_______________________________________________
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