html-export mangels mailto: links
commitbd1b57f92a33485c90db1efc407c8b7c7450993a
authorNoorul Islam <noorul@noorul.com>
Thu, 2 Sep 2010 11:35:43 +0000 (2 11:35 +0000)
committerBastien Guerry <bzg@altern.org>
Thu, 2 Sep 2010 14:56:27 +0000 (2 16:56 +0200)
treeb77065597ac6149f896a0a0ee685e3689af1acdf
parentfc49c1ec96b2c789f573ae1ba936b930a8494402
html-export mangels mailto: links

Achim Gratz <Stromeko@nexgo.de> writes:

> HTML export removes the "mailto:" from a link, which will then be
> interpreted as a local link by the browser.
>
> For an example, see the link to this mailing list in
> ORGWEBPAGE/index.org and the corresponding HTML export on orgmode-org
> (or just the local file).
>

org-html.el : Fix exporting file, mailto, news and ftp protocols.

* lisp/org-html.el (org-html-make-link): (expand-file-name
) removes one "/" from "///path-to-file", so add one. Anything other
than 'file' type should be exported along with the type.

TINYCHANGE

Thanks and Regards
Noorul
lisp/org-html.el