From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Minor colouring (font lock) annoyance Date: Fri, 24 Apr 2009 13:53:20 -0400 Message-ID: <87skjyrl9r.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LxPaa-0004Cy-I2 for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 13:53:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LxPaW-0004BA-VZ for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 13:53:28 -0400 Received: from [199.232.76.173] (port=48107 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxPaW-0004B4-Qb for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 13:53:24 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:53668) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LxPaW-0001a9-FI for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 13:53:24 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1LxPaV-000Jda-Kn for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 17:53:23 +0000 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 Hi Carsten, I've noticed a problem with colour tasks in my use of org-mode which I thought I should bring to your attention. This is just a font lock issue (I think) with the org clock history list. When I display my clock history with C-u C-c C-x C-i some of the entries are not displayed in the correct colours. - Some DONE tasks have DONE in green, others in BLACK - Tasks seem to either be coloured correctly or not coloured at all Right now I have: ,---- | Default Task | [d] norang STARTED Organization | The task interrupted by starting the last one | [i] norang STARTED Email, News, and IRC | Current Clocking Task | [c] norang STARTED Organization | Recent Tasks | [1] norang STARTED Organization | [2] norang STARTED Email, News, and IRC | ... | [Z] todo DONE Take Mark swimming `---- d, i, c, and 1-2 are black (no colours at all) 3-9, A-D are coloured properly E-H are black (no colours) I is coloured J-L is black M is coloured N is black O, P are coloured Q, R are black S, T are coloured U, V are black W is coloured X-Z are black (no colours) There doesn't seem to be any rhyme or reason to which ones get colours and which don't as far as I can tell. Let me know if there's anything else I can provide to try to figure out what's going on here. Regards, Bernt