From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Link to a local html file Date: Mon, 29 Jun 2009 17:26:17 +0200 Message-ID: <87iqifdpt2.fsf@bzg.ath.cx> References: <51b0095d0906290643p79145abalff08f38218ac9aca@mail.gmail.com> <87bpo7f7eh.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLIkS-0007Yb-To for emacs-orgmode@gnu.org; Mon, 29 Jun 2009 11:26:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLIkO-0007Wd-5J for emacs-orgmode@gnu.org; Mon, 29 Jun 2009 11:26:24 -0400 Received: from [199.232.76.173] (port=51625 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLIkO-0007WY-2p for emacs-orgmode@gnu.org; Mon, 29 Jun 2009 11:26:20 -0400 Received: from fg-out-1718.google.com ([72.14.220.158]:35449) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLIkN-0006PC-Oq for emacs-orgmode@gnu.org; Mon, 29 Jun 2009 11:26:19 -0400 Received: by fg-out-1718.google.com with SMTP id l26so1041194fgb.7 for ; Mon, 29 Jun 2009 08:26:19 -0700 (PDT) In-Reply-To: <87bpo7f7eh.fsf@bzg.ath.cx> (Bastien's message of "Mon, 29 Jun 2009 16:20:54 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Girard Cc: emacs-orgmode@gnu.org Bastien writes: > Nicolas Girard writes: > >> how to create a link to a local html file, say, /path/to/file.html, so >> that clicking on it opens the page in a browser ? > > 1. C-u C-c C-l to insert a link to a local file > 2. C-u C-u to open the link in an external browser Oops: 2. C-u C-u C-c C-o to open the link in an external browser ... which is only required for .php files, for example. .html links should work with C-c C-o, as other replies said. -- Bastien