From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Easy entry of date ranges Date: Thu, 27 Aug 2015 23:33:21 +0800 Message-ID: <87oahs21by.fsf@ericabrahamsen.net> References: <87egip50se.fsf@nicolasgoaziou.fr> <87io815r7r.fsf@ericabrahamsen.net> <8737z5hy3u.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUzBT-0001iE-HB for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 11:33:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUzBQ-0003xM-B5 for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 11:33:47 -0400 Received: from plane.gmane.org ([80.91.229.3]:41610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUzBQ-0003x8-4S for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 11:33:44 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZUzBE-0004zM-DJ for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 17:33:32 +0200 Received: from 114.248.7.115 ([114.248.7.115]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2015 17:33:32 +0200 Received: from eric by 114.248.7.115 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2015 17:33:32 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Eric S Fraga writes: > On Thursday, 27 Aug 2015 at 11:46, Eric Abrahamsen wrote: >>>> Ken Mankoff writes: >>>> >>>>> Org and the calendar make it fairly easy to enter time ranges, by >>>>> typing "--" and then the end time or "+" and then the duration. I'd >>>>> like to do something similar for dates, but it doesn't seem to be >>>>> supported. Is there an easy way to enter a date range for a scheduled >>>>> task? > > [...] > >> For a vacation, a plain timestamp is more appropriate. However! That >> just begs the question of how to make it easier to enter a date range. >> That's a question I don't know the answer to -- I suspect there isn't >> any way but just hitting a couple of hyphens and then "C-c ." again. I >> suppose Org could help by setting the default date of the end time to >> something after the start time. >> >> Eric > > Actually, org is quite smart in this respect. if you enter a time stamp > and then ask to enter another, org automatically inserts the -- between > the two time stamps. E.g. try this key sequence to get a time range > that covers 7 days starting today: > > C-c . RET C-c . +6 RET > > and you should get: <2015-08-27 Thu>--<2015-09-02 Wed> Oh man, I should have known not to second-guess Org. Thank you so much for this tip!