Achim Gratz wrote:
>The function org-link-escape escapes the '+' in file+sys and file+emacs
>link types and creates some problems for export by doing so.  Only the
>path component of a link URI should be escaped, but not the type part.

Does this still happen und could you provide an example?

I've tried

,----[ *x* ]
|
| * Foo
|
| [[file+emacs:/tmp/foo.txt][foo]]
`----

And export to HTML works fine:

,----
| <p>
| <a href="file:///tmp/foo.txt">foo</a>
| </p>
`----

Best,
  -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmj...@jabber.org
Email..... dm...@ictsoc.de

Attachment: pgpPo2sKPjW4V.pgp
Description: PGP signature

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to