From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Vincent_Bela=EFche?= Subject: Export issue of URL when the text begins with a date Date: Wed, 12 Jan 2011 14:34:17 +0100 Message-ID: <80y66qb606.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=51395 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pd0qa-0004tz-RA for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 08:34:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pd0qV-0002jf-DW for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 08:34:44 -0500 Received: from smtp03.smtpout.orange.fr ([80.12.242.125]:31406 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pd0qV-0002ir-95 for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 08:34:39 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org mode Cc: =?iso-8859-1?Q?Vincent_Bela=EFche?= >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: > >----------------------------------------------------------------------- >

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

>----------------------------------------------------------------------- > >I would have rather expected something like > >----------------------------------------------------------------------- >2011-01-01 >example >----------------------------------------------------------------------- > >BTW: happy new year 2011 to all ! > > Vincent. > > Hello, I could not see any feedback. Am I the only one with this issue. Shall I fill in a bug report ? Vincent. PS: I have tried again with the laster on the Git repo, and the problem is still there.