From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel E. Doherty Subject: Re: Re: Date Prompt Bug (or Anomoly) Date: Fri, 04 Jun 2010 10:16:18 -0500 Message-ID: <87ocfqhlq5.wl%ded-law@ddoherty.net> References: <876322hcps.wl%ded-law@ddoherty.net> <87k4qfp4ky.fsf@noorul.maa.corp.collab.net> <87fx13p4i5.fsf@noorul.maa.corp.collab.net> <87k4qfuoex.fsf@eee.lan> <0C1D8B23-6AC5-4BC5-806F-43CEE66ECED9@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=47431 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKYer-0003yz-2Q for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 11:18:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKYdG-0005MI-8T for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 11:16:27 -0400 Received: from micah.ddoherty.net ([74.222.226.122]:55118) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKYdG-0005LO-4H for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 11:16:26 -0400 Received: from micah.ddoherty.net.ddoherty.net (micah.ddoherty.net [192.168.1.2]) by micah.ddoherty.net (Postfix) with ESMTP id 7A7BB41071D0 for ; Fri, 4 Jun 2010 10:16:18 -0500 (CDT) In-Reply-To: <0C1D8B23-6AC5-4BC5-806F-43CEE66ECED9@gmail.com> 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 List Carsten, Thanks for the fix. All, thanks for the follow-up. Regards, Dan >>>>> Carsten Dominik writes: > On Jun 4, 2010, at 11:39 AM, Mikael Fornius wrote: >> >> I do not know what version your info reference is but my latest >> git-versions info page documents the usage of 2/5 date format. > Indeed. This was a but in the special regexp looking for > american-style dates - I had the parts for day and month the wrong > way round. > Should be fixed now. > Thanks to Daniel for the report, and to everyone else for > following up. > - Carsten >> >> (info "(org) The date/time prompt") >> >> Then the info page is wrong and the docstring to `org-read-date' >> states: >> >> "The prompt will suggest to enter an ISO date, but you can also >> enter anything which will at least partially be understood by >> `parse-time-string'." >> >> What `parse-time-string' understands I can not find well >> documented and it may be a bug or something there but who knows >> where its behavior is documented? >> >> (I get the same wrong result in my date prompt when trying 5/21. >> >> Org-mode version 6.36trans (release_6.36.154.g6bad) GNU Emacs >> 24.0.50.2 (i686-pc-linux-gnu, GTK+ Version 2.20.1) of 2010-06-01 >> on eee) >> >> -- >> Mikael Fornius >> >> _______________________________________________ Emacs-orgmode >> mailing list Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > - Carsten