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, 05 Jan 2011 14:27:00 +0100 Message-ID: <80oc7veb17.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=41032 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaTOR-0004W0-FE for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 08:27:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaTOQ-00075W-9k for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 08:27:11 -0500 Received: from smtp07.smtpout.orange.fr ([80.12.242.129]:58825 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PaTOQ-00075C-5J for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 08:27:10 -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] 2011-01-01 example]

----------------------------------------------------------------------- I would have rather expected something like ----------------------------------------------------------------------- 2011-01-01 example ----------------------------------------------------------------------- BTW: happy new year 2011 to all ! Vincent.