From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [BUG] Re: Time range end in agenda view not displayed Date: Wed, 5 Oct 2011 14:53:22 +0000 (UTC) Message-ID: References: <4E859358.8020109@gmx.at> <838vp6mgsr.fsf@yahoo.it> <87hb3u3xeo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBSsL-0008Lm-GT for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 10:55:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBSsH-0002r0-Ij for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 10:55:13 -0400 Received: from lo.gmane.org ([80.91.229.12]:46436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBSsH-0002qZ-9j for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 10:55:09 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RBSsF-0007Eu-U9 for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 16:55:08 +0200 Received: from vpn-145-8.vpn.uva.nl ([146.50.145.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Oct 2011 16:55:07 +0200 Received: from carsten.dominik by vpn-145-8.vpn.uva.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Oct 2011 16:55:07 +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 Niels Giesen gmail.com> writes: passed." > org-agenda-timerange-leaders) > (1+ (- d0 d1)) (1+ (- d2 d1))) > head category tags > - (cond ((= d1 d0) > + (cond ((and (= d1 d0) (= d2 d0)) > + (concat "<" start-time ">--<" end-time ">")) > + ((= d1 d0) > (concat "<" start-time ">")) > ((= d2 d0) > (concat "<" end-time ">")) Thanks, this patch has been accepted. - Carsten