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. _______________________________________________ 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