From mboxrd@z Thu Jan 1 00:00:00 1970 From: PT Subject: Option to prefer future for times too Date: Thu, 1 Oct 2009 08:21:45 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtGvY-0002P7-1w for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 04:22:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtGvT-0002NK-0f for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 04:22:15 -0400 Received: from [199.232.76.173] (port=38895 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtGvS-0002NH-PU for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 04:22:10 -0400 Received: from lo.gmane.org ([80.91.229.12]:45248) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MtGvR-0000pl-Qq for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 04:22:10 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MtGvP-00012a-LQ for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 10:22:07 +0200 Received: from dsl51B79293.pool.t-online.hu ([81.183.146.147]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Oct 2009 10:22:07 +0200 Received: from spamfilteraccount by dsl51B79293.pool.t-online.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Oct 2009 10:22:07 +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 Currently, I'm using Google Calendar and it's quick add syntax is very convenient: http://www.google.com/support/calendar/bin/answer.py?hl=en&answer=36604#text Of course, Org has similar capabilites, but I found one thing which google calendar does better: if it's 4pm and I add an event for 8am then GCal schedules it for 8am tomorrow. Org, on the the other hand, schedules it for 8am today even if that time is already passed. I never add past events and I think it's quite atypical. Shouldn't be an option similar to org-read-date-prefer-future for times too, so that timestamps also prefer the future when no date given?