From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Skipping multiple timestamps Date: Fri, 03 Jan 2014 17:01:47 +0100 Message-ID: <874n5lawb8.fsf@bzg.ath.cx> References: <20131227184247.GB15019@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz7CE-0005F4-S4 for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 11:02:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vz7C4-0005hl-S4 for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 11:02:02 -0500 Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:54458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz7C4-0005hZ-Kq for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 11:01:52 -0500 Received: by mail-wg0-f47.google.com with SMTP id n12so13378916wgh.26 for ; Fri, 03 Jan 2014 08:01:51 -0800 (PST) In-Reply-To: <20131227184247.GB15019@gmail.com> (Mandar Mitra's message of "Sat, 28 Dec 2013 00:12:47 +0530") 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: Mandar Mitra Cc: emacs-orgmode@gnu.org Hi Mandar, Mandar Mitra writes: > I'm using 8.4.2. I have the following in my TODO: > > *** [#1] Grading > DEADLINE: <2013-12-30 Mon> > <2013-12-27 Fri>--<2013-12-29 Sun> Actually, the <2013-12-27 Fri>--<2013-12-29 Sun> is not considered as a timestamp, but as a "block". When building the agenda, there are those two functions `org-agenda-get-timestamps' and `org-agenda-get-blocks' and only additional timestamps collected by the first one are ignored whenever `org-agenda-skip-additional-timestamps-same-entry' is t. Surely not entirely satisfactory, but this is how it works. -- Bastien