org-html.el: Fix exporting link to .org files.
commitbbac53d7fe1cab14bc70e152092cf7a538a6a810
authorNoorul Islam <noorul@noorul.com>
Wed, 8 Sep 2010 02:41:51 +0000 (8 02:41 +0000)
committerDavid Maus <dmaus@ictsoc.de>
Sun, 12 Sep 2010 17:54:50 +0000 (12 19:54 +0200)
treecf2dd03ba5648d9793e12f0dc16a69dc3589e618
parent73b8674e72bf270c03fa2f7609413ca893a18e34
org-html.el: Fix exporting link to .org files.

On Wed, Sep 8, 2010 at 2:12 AM, Daniel Clemente <n142857@gmail.com> wrote:

>
> Commit bd1b57f92a33485c90db1efc407c8b7c7450993a broke the exporting
> of [[file:a.org]] links, which now appear as [[http:a.html]]. Try
> C-c C-e H on any .org with such links, even in emacs -Q.
>
> The problem is, I think, that „type“ is actually "http", not "file"
> as the code tries.
>

* lisp/org-html.el (org-html-cvt-org-as-html): Do not convert protocol
from 'file' to 'http'.

TINYCHANGE
lisp/org-html.el