From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Peter Westlake" Subject: Re: Re: BUG: blank items in the agenda Date: Wed, 02 Sep 2009 22:02:54 +0100 Message-ID: <1251925374.2472.1332925121@webmail.messagingengine.com> References: <1251911241.16389.1332885905@webmail.messagingengine.com> <87iqg1jktn.fsf@fastmail.fm> <10232.1251915116@alphaville.usa.hp.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 1Miwyq-0001au-U6 for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 17:03:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Miwym-0001Yf-En for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 17:03:00 -0400 Received: from [199.232.76.173] (port=37395 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Miwym-0001YY-Ac for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 17:02:56 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:36947) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Miwyl-00051V-Tk for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 17:02:56 -0400 In-Reply-To: <10232.1251915116@alphaville.usa.hp.com> 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" On Wed, 02 Sep 2009 14:11 -0400, "Nick Dokos" wrote: > Matt Lundin wrote: ... > > I can't duplicate this. > > > > GNU Emacs 23.1.1 (i686-pc-linux-gnu, GTK+ Version 2.16.5) > > > > Org-mode version 6.30c > > > > Neither can I (same versions, more-or-less). > > Peter, can you check the faces? Maybe the item disappears in a > same-color background? I get 'org-agenda-dimmed-todo-face' for your item > and 'org-scheduled-previously' for other items (not sure why), so it's > conceivable that a face setting is responsible. > > M-x describe-face while the cursor is on the appropriate text will do it > (if you have hl-line-mode on, you may have to turn it off first). It's org-scheduled-today, foreground DarkGreen. That's the colour it appears when it isn't a TODO item. It doesn't change when I add a TODO, or when the agenda is redisplayed with the blank line. One reason for treating this as a bug rather than an oddity of display is that the apparently blank line still responds to commands, so it could be modified without the user knowing. Peter.