From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Vincent_Bela=EFche?= Subject: =?UTF-8?B?UkU6IEV4cG9ydCBpc3N1ZSBvZiBVUkwgd2hlbiB0aGUgdGV4dCBi?= =?UTF-8?B?ZWdpbnMgd2l0aCBhIGRhdGXigI8=?= Date: Fri, 14 Jan 2011 22:12:07 +0100 Message-ID: <80r5cffavs.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=41298 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdrEj-0004C5-7U for emacs-orgmode@gnu.org; Fri, 14 Jan 2011 16:31:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pdqwi-000788-KK for emacs-orgmode@gnu.org; Fri, 14 Jan 2011 16:12:33 -0500 Received: from smtp06.smtpout.orange.fr ([80.12.242.128]:58815 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pdqwi-000783-Ee for emacs-orgmode@gnu.org; Fri, 14 Jan 2011 16:12:32 -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: David Maus , Org mode Cc: =?iso-8859-1?Q?Vincent_Bela=EFche?= [...] >> >> My understanding is that the bug resides in this very expression. > >Thanks for the investigation. As it turned out the problem was not >with the regular expression but with the order in which different >pieces of Org mode markup were processed by `org-export-as-html'. >First the exporter processed possible timestamps, (falsely) recognized >the ISO date as part of an ISO timestamp, and replaced it with the >timestamp span. The replacement included the square brackets what >destroyed the link markup. > >I've just checked in a patch to master that changes the order of >processing links and timestamps: Now links are processed before >timestamps what fixes this problem. > >Thanks for bringing this problem up again, > >Best, > -- David >-- [...] Thank-you David again for carrying out this correction. By the way, I noticed in the source tree that has a test base, that there is some testing sub-directory. I was expecting that there would be a list of testNN.org testNN.tex testNN.html etc... so that to check that to carry out non regression tests from testNN.org exported to reference testNN.tex and testNN.html. It seems that such a non-regression test base and script do not exist. However that would be good to have in order to check that any correction does not break anything. Is that something that is considered for future ? Vincent.