[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Link to a local html file
From: |
Manish |
Subject: |
Re: [Orgmode] Link to a local html file |
Date: |
Mon, 29 Jun 2009 19:50:29 +0530 |
On Mon, Jun 29, 2009 at 7:13 PM, Nicolas
Girard<address@hidden> wrote:
> Hi,
>
> 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 ?
One way to define a link to a file.
--8<---------------cut here---------------start------------->8---
[[~/agenda.html][Agenda]]
--8<---------------cut here---------------end--------------->8---
Following settings from .emacs open the link in a new Firefox tab.
--8<---------------cut here---------------start------------->8---
'(browse-url-browser-function (quote browse-url-firefox))
'(browse-url-firefox-new-window-is-tab t)
--8<---------------cut here---------------end--------------->8---
C-c C-o opens the link.
HTH
--
Manish