From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Minor colouring (font lock) annoyance Date: Fri, 24 Apr 2009 20:18:01 +0200 Message-ID: References: <87skjyrl9r.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LxPyT-0000ck-1w for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 14:18:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LxPyO-0000bd-RG for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 14:18:08 -0400 Received: from [199.232.76.173] (port=52415 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxPyO-0000bZ-N8 for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 14:18:04 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:49235) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LxPyO-0005oz-Bm for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 14:18:04 -0400 Received: by ewy6 with SMTP id 6so1145697ewy.42 for ; Fri, 24 Apr 2009 11:18:03 -0700 (PDT) In-Reply-To: <87skjyrl9r.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org On Apr 24, 2009, at 7:53 PM, Bernt Hansen wrote: > 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. I do not actively color these tasks, but any headlines that have been *visible* in a window will have been fontified, others will not have bee fontified. Org just copies the text for this list. Maybe I should make then all without colors? - Carsten