On Mon, Jun 29, 2009 at 7:13 PM, Nicolas Girard<nicolas.gir...@nerim.net> 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 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode