From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: suggestion for a fix to org-clock-in Date: Wed, 29 Jul 2009 13:46:38 +0800 Message-ID: <87tz0wf3cx.fsf@bzg.ath.cx> References: <864oswa8ru.fsf@neuf.fr> 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 1MW207-0000bw-5v for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 01:46:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MW201-0000U2-F1 for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 01:46:53 -0400 Received: from [199.232.76.173] (port=52486 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MW201-0000Tk-8v for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 01:46:49 -0400 Received: from rv-out-0708.google.com ([209.85.198.249]:44434) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MW1zy-0007u1-K2 for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 01:46:47 -0400 Received: by rv-out-0708.google.com with SMTP id f25so298408rvb.6 for ; Tue, 28 Jul 2009 22:46:45 -0700 (PDT) In-Reply-To: <864oswa8ru.fsf@neuf.fr> (Nicolas Goaziou's message of "Tue, 28 Jul 2009 21:48:37 +0200") 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 Nicolas Goaziou writes: > For some time zone reason, my time-stamps look like this [2009-07-28 > mar.]. Notice the dot after the name of the day. It's because Emacs recently changed the format for abbreviated days. If you could track when this change appeared, that'd be nice. > This prevents the regexp inside org-clock-in to recognize it as a valid > clock format as thus to resume any started clock. > > I suggest the following simple patch. Applied, thanks! -- Bastien