From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Regexps matching dates Date: Tue, 22 May 2007 03:00:39 +0200 Message-ID: <873b1pvfig.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HqIk1-0008Uk-Nz for emacs-orgmode@gnu.org; Mon, 21 May 2007 21:00:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HqIk0-0008UY-8M for emacs-orgmode@gnu.org; Mon, 21 May 2007 21:00:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqIk0-0008UV-0z for emacs-orgmode@gnu.org; Mon, 21 May 2007 21:00:44 -0400 Received: from py-out-1112.google.com ([64.233.166.178]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HqIjz-0006cK-I9 for emacs-orgmode@gnu.org; Mon, 21 May 2007 21:00:43 -0400 Received: by py-out-1112.google.com with SMTP id u52so232367pyb for ; Mon, 21 May 2007 18:00:43 -0700 (PDT) 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: emacs-orgmode@gnu.org Hi list, i guess the regexps matching for dates are sometimes a bit liberal. Try for example these three lines : 2007-12-12-back.jpg [2007-12-12-back.jpg] [[file:2007-12-12-back.jpg][2007-12-12-back.jpg]] First line is okay. But the second line is fontified as a date and the third line gets the same treatment instead of being fontified as a link. -- Bastien