From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Date ranges displayed in the agenda Date: Fri, 25 Aug 2017 22:07:54 +0200 Message-ID: <87fucfxvfp.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dlKta-0001Cs-Oi for emacs-orgmode@gnu.org; Fri, 25 Aug 2017 16:07:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dlKtZ-0007lH-M7 for emacs-orgmode@gnu.org; Fri, 25 Aug 2017 16:07:58 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:57899) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dlKtZ-0007ku-Fh for emacs-orgmode@gnu.org; Fri, 25 Aug 2017 16:07:57 -0400 In-Reply-To: (Manuel Wiesinger's message of "Wed, 23 Aug 2017 12:10:36 +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" To: Manuel Wiesinger Cc: emacs-orgmode@gnu.org Hello, Manuel Wiesinger writes: > when a headline starts with a date range, in the agenda it is displayed > as part of the headline . When a headline starts with an normal date, > the date is not displayed. For is example the following > > * <2017-08-23 Wed>--<2017-08-24 Thu> Test range > * <2017-08-23 Wed> Test date > > is displayed like this: > > Wednesday 23 August 2017 > testing: (1/2): <2017-08-23 Wed>--<2017-08-24 Thu> Test range > testing: Test date > Thursday 24 August 2017 > testing: (2/2): <2017-08-23 Wed>--<2017-08-24 Thu> Test range > > Personally, to me as rather new user, this feels inconsistent. Is it > expected behaviour or a bug? This is the expected default behaviour, although it also surprises me. See `org-agenda-remove-timeranges-from-blocks'. Regards, -- Nicolas Goaziou