emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [Bug] lisp/org.el (org-link-escape) escapes the type part


From: David Maus
Subject: Re: [Orgmode] [Bug] lisp/org.el (org-link-escape) escapes the type part of a link
Date: Wed, 22 Sep 2010 19:22:43 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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.... address@hidden
Email..... address@hidden

Attachment: pgpZX1UgcoIGA.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]