From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Easy entry of date ranges Date: Thu, 27 Aug 2015 07:22:24 -0400 Message-ID: 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]:60906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUvGI-0003bt-My for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 07:22:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUvGF-0001fv-Co for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 07:22:30 -0400 Received: from mail-qk0-x22e.google.com ([2607:f8b0:400d:c09::22e]:35301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUvGF-0001fn-8r for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 07:22:27 -0400 Received: by qkbm65 with SMTP id m65so8141901qkb.2 for ; Thu, 27 Aug 2015 04:22:26 -0700 (PDT) In-reply-to: <8737z5hy3u.fsf@ucl.ac.uk> 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: Eric S Fraga Cc: Eric Abrahamsen , emacs-orgmode@gnu.org Hi Eric, Eric, Rasmus, and Nicolas, On 2015-08-27 at 05:36, Eric S Fraga wrote: > 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> Thank you all for the reminder of SCHEDULED, DEADLINE, normal and inactive timestamp use cases, and the information about easy-entry of inactive ranges. Workflow much improved! -k.