emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Export issue of URL when the text begins with a date


From: Vincent Belaïche
Subject: [Orgmode] Export issue of URL when the text begins with a date
Date: Wed, 05 Jan 2011 14:27:00 +0100

Hello,

Here is an example org file:

-----------------------------------------------------------------------
* some example

[[file://localhost/c%3A/msys/1.0/temp/example.html][2011-01-01 example]]
-----------------------------------------------------------------------

When I export this with `C-c C-e h' I get the following in place of the
URL:

-----------------------------------------------------------------------
<p>
[[file://localhost/c%3A/msys/1.0/temp/example.html] <span 
class="timestamp-wrapper"> <span class="timestamp">2011-01-01 
example</span></span>]
</p>
-----------------------------------------------------------------------

I would have rather expected something like 

-----------------------------------------------------------------------
<a href="file://localhost/c%3A/msys/1.0/temp/example.html">2011-01-01 
example</a>
-----------------------------------------------------------------------

BTW: happy new year 2011 to all !

    Vincent.




reply via email to

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