From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Peter Westlake" Subject: BUG: blank items in the agenda Date: Wed, 02 Sep 2009 18:07:21 +0100 Message-ID: <1251911241.16389.1332885905@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MitJI-0008D1-2p for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 13:07:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MitJD-0008Cp-Kq for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 13:07:51 -0400 Received: from [199.232.76.173] (port=33394 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MitJD-0008Cm-Fs for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 13:07:47 -0400 Received: from mx20.gnu.org ([199.232.41.8]:37384) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MitJC-0005y7-Te for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 13:07:47 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MitJ1-0006eD-19 for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 13:07:35 -0400 Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 58FA35E1C2 for ; Wed, 2 Sep 2009 13:07:21 -0400 (EDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" This is quite obscure, and an odd corner case, but here it is. If you have an item which is: - a TODO - scheduled - ordered - blocked by a child TODO then it leaves an empty line in the agenda. Here's a test case: ,---- | * Press t r on this line in the agenda | SCHEDULED: <2009-09-02 Wed> | :PROPERTIES: | :ORDERED: t | :END: | *** TODO Report invisible scheduled items `---- C-a a a will show an agenda with "Scheduled: Press t r ...". Press "t" on that line to add a TODO. Press "r" to redisplay, and see the line go blank. Peter.