From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Easy entry of date ranges Date: Wed, 26 Aug 2015 16:38:58 -0400 Message-ID: References: <87egip50se.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUhTO-0007pw-CQ for emacs-orgmode@gnu.org; Wed, 26 Aug 2015 16:39:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUhTK-00068t-8J for emacs-orgmode@gnu.org; Wed, 26 Aug 2015 16:39:06 -0400 Received: from mail-qg0-x22a.google.com ([2607:f8b0:400d:c04::22a]:35883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUhTK-00068p-48 for emacs-orgmode@gnu.org; Wed, 26 Aug 2015 16:39:02 -0400 Received: by qgeb6 with SMTP id b6so134040667qge.3 for ; Wed, 26 Aug 2015 13:39:01 -0700 (PDT) In-reply-to: <87egip50se.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: Org Mode On 2015-08-26 at 15:04, Nicolas Goaziou 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? > > I don't think so. However, in Org, scheduling a task to date A means > it can start from date A. Scheduling a task to "date A -- date B" > would be equivalent to scheduling it to date A. > > You probably want to do scheduled + deadline, which is supported. No, scheduled + deadline is a different use case. The syntax I use, =SCHEDULED: <2020-01-01>--<2020-01-07>=, is valid, there just isn't an easy way to enter it. One (of many) use cases: a week long vacation. This use case is supported by Org since the Agenda helpfully shows "(1/7)", and "(2/7)", etc. before each entry. Everything else is so efficient and has shortcuts, including time ranges, I just hoped I was missing something here. Perhaps it hasn't been implemented yet. -k.