From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-read-date-prefer-future 'time doesn't always prefer future Date: Fri, 1 Jan 2010 11:33:40 +0100 Message-ID: <317155B8-EF6E-4802-806B-75FB0E5E86B0@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQepI-0008RB-Rq for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 05:33:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQepE-0008PK-TT for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 05:33:48 -0500 Received: from [199.232.76.173] (port=59155 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQepE-0008P3-Hb for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 05:33:44 -0500 Received: from ey-out-1920.google.com ([74.125.78.144]:64847) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQepE-0000YK-BA for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 05:33:44 -0500 Received: by ey-out-1920.google.com with SMTP id 4so1459073eyg.34 for ; Fri, 01 Jan 2010 02:33:42 -0800 (PST) In-Reply-To: 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: PT Cc: emacs-orgmode@gnu.org Hi PT, I have tried to fix this, and hopefully it will not break something else. Could you please do some testing? Also, everybody else, please keep an eye out if this change does break the date reading function in any way. Thanks! - Carsten On Dec 10, 2009, at 5:15 PM, PT wrote: > This is a very useful setting, because it allows the user to > quickly schedule a task into the future by simply entering the > time, but it doesn't always do the right thing. > > Suppose I scheduled a task to 1pm, but I didn't have time to deal > with it during the day. It's 5pm now. If I want to reschedule the > task to > tomorrow 10am then I can write simply 10am to the time prompt and > it puts the task correctly to tomorrow 10am. However, if I want > to reschedule it to tomorrow 2pm then I can't write simply 2pm, > because then it schedules the task at 2pm today (which is past > already, since it's 5 pm). > > The problem is the feature uses the task's own scheduled time to > determine if a time is in the past, instead of the current time. > > > It's Org-mode version 6.33 > > > > > _______________________________________________ > 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