emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Lundin <mdl@imapmail.org>
To: Daniel Martins <danielemc@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: default browser - SOLVED
Date: Fri, 26 Feb 2010 17:03:50 -0500	[thread overview]
Message-ID: <87k4tzwt6h.fsf@fastmail.fm> (raw)
In-Reply-To: <6ac505ad1002260248o4c4ead4u1ba3165e80f3d6ca@mail.gmail.com> (Daniel Martins's message of "Fri, 26 Feb 2010 07:48:20 -0300")

Daniel Martins <danielemc@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

  parent reply	other threads:[~2010-02-26 22:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-25 18:18 default browser - SOLVED Henri-Paul Indiogine
2010-02-25 18:58 ` Carsten Dominik
2010-02-26 10:48   ` Daniel Martins
     [not found]     ` <3332.1267198545@gamaville.dokosmarshall.org>
2010-02-26 17:06       ` Daniel Martins
2010-02-26 22:03     ` Matt Lundin [this message]
2010-02-27 21:09       ` Henri-Paul Indiogine
2010-02-28  8:25         ` Richard Riley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k4tzwt6h.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=danielemc@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).