From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Entering Old Dates in the Date Time Prompt Date: Mon, 10 Nov 2008 11:26:17 +0000 Message-ID: <49181A59.4090609@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzYDd-0000K7-CO for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 09:58:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzYDb-0000Ji-L0 for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 09:58:20 -0500 Received: from [199.232.76.173] (port=56811 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzYDb-0000Je-FC for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 09:58:19 -0500 Received: from a2s22.a2hosting.com ([69.39.86.130]:38806) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KzYDa-0006ky-Dy for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 09:58:18 -0500 Received: from [217.146.125.41] (helo=firewall.banter.local) by a2s22.a2hosting.com with esmtp (Exim 4.69) (envelope-from ) id 1KzYDR-00017y-Gj for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 09:58:09 -0500 Received: from localhost (localhost [127.0.0.1]) by firewall.banter.local (Postfix) with ESMTP id 62954D28D for ; Mon, 10 Nov 2008 11:30:07 +0000 (GMT) Received: from firewall.banter.local ([127.0.0.1]) by localhost (firewall.banter.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r3uc4QYKti8v for ; Mon, 10 Nov 2008 11:30:07 +0000 (GMT) Received: from [192.168.0.60] (scamper.banter.local [192.168.0.60]) by firewall.banter.local (Postfix) with ESMTP id 2CDA7D28C for ; Mon, 10 Nov 2008 11:30:07 +0000 (GMT) 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 I am not sure if this counts as a bug. If I try to enter dates before 1970 in the prompt it defaults to the current year. I assume that this is to do with Unix dates starting in 1970. The reason for doing this is to enter some birth dates in org using the prompt. Ian.