From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Problem with org-time-stamp & co Date: Fri, 18 Feb 2011 14:42:41 +0000 Message-ID: <4D5E8561.100@manor-farm.org> References: <201102171615.43058.org-mode@lists.michael-kaeufl.de> <20110217121548.091c378b@kuru.homelinux.net> Reply-To: lists@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=39117 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqRY3-0008SO-L1 for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 09:43:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqRY2-0002wP-Jl for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 09:43:07 -0500 Received: from mail.ian-barton.com ([109.74.196.44]:51090 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqRY2-0002qT-DA for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 09:43:06 -0500 Received: from localhost (mail.wilkesley.org [127.0.0.1]) by li40-130.members.linode.com (Postfix) with ESMTP id 1CF9CA1A7 for ; Fri, 18 Feb 2011 14:42:42 +0000 (UTC) Received: from li40-130.members.linode.com ([127.0.0.1]) by localhost (mail.manor-farm.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wNkUfHIFU-9q for ; Fri, 18 Feb 2011 14:42:42 +0000 (UTC) Received: from [192.168.0.133] (unknown [217.146.125.41]) (Authenticated sender: ian@manor-farm.org) by li40-130.members.linode.com (Postfix) with ESMTPSA id D792AA1A6 for ; Fri, 18 Feb 2011 14:42:41 +0000 (UTC) In-Reply-To: <20110217121548.091c378b@kuru.homelinux.net> 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 On 17/02/11 20:15, Suvayu Ali wrote: > On Thu, 17 Feb 2011 16:15:42 +0100 > Michael K=C3=A4ufl wrote: > >> Hi, >> >> I tried to enter a date before 01/01/1970 using >> =E2=80=9CC-c .=E2=80=9D (org-time-stamp) and org replaced the year by = 2011. (The same >> problem occurs with org-time-stamp- inactive and the C-u prefixed >> variants.) >> >> Although I guess that this is related to the unix time, which starts >> on 01/01/1970 00:00, my lisp skills aren't good enough to let me find >> the responsible code line. >> > > I can confirm this issue with > I found the same problem a while ago. I think the conclusion was it was=20 an Emacs, rather than an org problem. I am not sure it can be fixed, but=20 I would be very happy to be proved wrong! Ian.