emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Minor colouring (font lock) annoyance
@ 2009-04-24 17:53 Bernt Hansen
  2009-04-24 18:18 ` Carsten Dominik
  0 siblings, 1 reply; 9+ messages in thread
From: Bernt Hansen @ 2009-04-24 17:53 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Minor colouring (font lock) annoyance
  2009-04-24 17:53 Minor colouring (font lock) annoyance Bernt Hansen
@ 2009-04-24 18:18 ` Carsten Dominik
  2009-04-24 18:20   ` Bernt Hansen
  0 siblings, 1 reply; 9+ messages in thread
From: Carsten Dominik @ 2009-04-24 18:18 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Minor colouring (font lock) annoyance
  2009-04-24 18:18 ` Carsten Dominik
@ 2009-04-24 18:20   ` Bernt Hansen
  2009-04-24 18:22     ` Carsten Dominik
  0 siblings, 1 reply; 9+ messages in thread
From: Bernt Hansen @ 2009-04-24 18:20 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

Carsten Dominik <carsten.dominik@gmail.com> writes:

> On Apr 24, 2009, at 7:53 PM, Bernt Hansen wrote:
>> 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?

Okay.  That's a perfect explanation for me -- and I'll just ignore that
color or lack of colour issue.  It's actually a lot easier to read
coloured than not so please don't bother making them all black. :)

-Bernt

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Minor colouring (font lock) annoyance
  2009-04-24 18:20   ` Bernt Hansen
@ 2009-04-24 18:22     ` Carsten Dominik
  2009-04-24 18:29       ` Bernt Hansen
  0 siblings, 1 reply; 9+ messages in thread
From: Carsten Dominik @ 2009-04-24 18:22 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: emacs-orgmode


On Apr 24, 2009, at 8:20 PM, Bernt Hansen wrote:

> Carsten Dominik <carsten.dominik@gmail.com> writes:
>
>> On Apr 24, 2009, at 7:53 PM, Bernt Hansen wrote:
>>> 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?
>
> Okay.  That's a perfect explanation for me -- and I'll just ignore  
> that
> color or lack of colour issue.  It's actually a lot easier to read
> coloured than not so please don't bother making them all black. :)

I can also actively give them a color.  Should these be the correct  
level colors, or some particular color?

- Carsten

>
> -Bernt

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Minor colouring (font lock) annoyance
  2009-04-24 18:22     ` Carsten Dominik
@ 2009-04-24 18:29       ` Bernt Hansen
  2009-05-05  8:33         ` Carsten Dominik
  0 siblings, 1 reply; 9+ messages in thread
From: Bernt Hansen @ 2009-04-24 18:29 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

Carsten Dominik <carsten.dominik@gmail.com> writes:

> On Apr 24, 2009, at 8:20 PM, Bernt Hansen wrote:
>
>> Carsten Dominik <carsten.dominik@gmail.com> writes:
>>
>>> 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?
>>
>> Okay.  That's a perfect explanation for me -- and I'll just ignore
>> that
>> color or lack of colour issue.  It's actually a lot easier to read
>> coloured than not so please don't bother making them all black. :)
>
> I can also actively give them a color.  Should these be the correct
> level colors, or some particular color?

The actual level colours with highlighted TODO keywords and other
cookies would be ideal I think.

I find the TODO keywords and cookies in a different font from the
heading text helps a lot.  Also if different tasks are at different
levels they get different heading text colours which breaks up the list
nicely.

-Bernt

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Minor colouring (font lock) annoyance
  2009-04-24 18:29       ` Bernt Hansen
@ 2009-05-05  8:33         ` Carsten Dominik
  2009-05-05 12:21           ` Bernt Hansen
  0 siblings, 1 reply; 9+ messages in thread
From: Carsten Dominik @ 2009-05-05  8:33 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: emacs-orgmode


On Apr 24, 2009, at 8:29 PM, Bernt Hansen wrote:

> Carsten Dominik <carsten.dominik@gmail.com> writes:
>
>> On Apr 24, 2009, at 8:20 PM, Bernt Hansen wrote:
>>
>>> Carsten Dominik <carsten.dominik@gmail.com> writes:
>>>
>>>> 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?
>>>
>>> Okay.  That's a perfect explanation for me -- and I'll just ignore
>>> that
>>> color or lack of colour issue.  It's actually a lot easier to read
>>> coloured than not so please don't bother making them all black. :)
>>
>> I can also actively give them a color.  Should these be the correct
>> level colors, or some particular color?
>
> The actual level colours with highlighted TODO keywords and other
> cookies would be ideal I think.

This should work now, please verify.

- Carsten

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Minor colouring (font lock) annoyance
  2009-05-05  8:33         ` Carsten Dominik
@ 2009-05-05 12:21           ` Bernt Hansen
  2009-05-05 12:45             ` Carsten Dominik
  0 siblings, 1 reply; 9+ messages in thread
From: Bernt Hansen @ 2009-05-05 12:21 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

Carsten Dominik <carsten.dominik@gmail.com> writes:

> On Apr 24, 2009, at 8:29 PM, Bernt Hansen wrote:
>
>> Carsten Dominik <carsten.dominik@gmail.com> writes:
>>
>>> On Apr 24, 2009, at 8:20 PM, Bernt Hansen wrote:
>>>
>>>> Carsten Dominik <carsten.dominik@gmail.com> writes:
>>>>
>>>>> 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?
>>>>
>>>> Okay.  That's a perfect explanation for me -- and I'll just ignore
>>>> that
>>>> color or lack of colour issue.  It's actually a lot easier to read
>>>> coloured than not so please don't bother making them all black. :)
>>>
>>> I can also actively give them a color.  Should these be the correct
>>> level colors, or some particular color?
>>
>> The actual level colours with highlighted TODO keywords and other
>> cookies would be ideal I think.
>
> This should work now, please verify.

Cookies are coloured but nothing else seems to be so it's mostly black
for me now.  That's probably not what you intended :)

-Bernt

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Minor colouring (font lock) annoyance
  2009-05-05 12:21           ` Bernt Hansen
@ 2009-05-05 12:45             ` Carsten Dominik
  2009-05-05 12:49               ` Bernt Hansen
  0 siblings, 1 reply; 9+ messages in thread
From: Carsten Dominik @ 2009-05-05 12:45 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: emacs-orgmode

Better now?

- Carsten

On May 5, 2009, at 2:21 PM, Bernt Hansen wrote:

> Carsten Dominik <carsten.dominik@gmail.com> writes:
>
>> On Apr 24, 2009, at 8:29 PM, Bernt Hansen wrote:
>>
>>> Carsten Dominik <carsten.dominik@gmail.com> writes:
>>>
>>>> On Apr 24, 2009, at 8:20 PM, Bernt Hansen wrote:
>>>>
>>>>> Carsten Dominik <carsten.dominik@gmail.com> writes:
>>>>>
>>>>>> 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?
>>>>>
>>>>> Okay.  That's a perfect explanation for me -- and I'll just ignore
>>>>> that
>>>>> color or lack of colour issue.  It's actually a lot easier to read
>>>>> coloured than not so please don't bother making them all black. :)
>>>>
>>>> I can also actively give them a color.  Should these be the correct
>>>> level colors, or some particular color?
>>>
>>> The actual level colours with highlighted TODO keywords and other
>>> cookies would be ideal I think.
>>
>> This should work now, please verify.
>
> Cookies are coloured but nothing else seems to be so it's mostly black
> for me now.  That's probably not what you intended :)
>
> -Bernt

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Minor colouring (font lock) annoyance
  2009-05-05 12:45             ` Carsten Dominik
@ 2009-05-05 12:49               ` Bernt Hansen
  0 siblings, 0 replies; 9+ messages in thread
From: Bernt Hansen @ 2009-05-05 12:49 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

Yes much!  Thanks!!  It looks perfect now :)

-Bernt


Carsten Dominik <carsten.dominik@gmail.com> writes:

> Better now?
>
> - Carsten
>
> On May 5, 2009, at 2:21 PM, Bernt Hansen wrote:
>
>> Carsten Dominik <carsten.dominik@gmail.com> writes:
>>
>>> On Apr 24, 2009, at 8:29 PM, Bernt Hansen wrote:
>>>
>>>> Carsten Dominik <carsten.dominik@gmail.com> writes:
>>>>
>>>>> On Apr 24, 2009, at 8:20 PM, Bernt Hansen wrote:
>>>>>
>>>>>> Carsten Dominik <carsten.dominik@gmail.com> writes:
>>>>>>
>>>>>>> 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?
>>>>>>
>>>>>> Okay.  That's a perfect explanation for me -- and I'll just ignore
>>>>>> that
>>>>>> color or lack of colour issue.  It's actually a lot easier to read
>>>>>> coloured than not so please don't bother making them all black. :)
>>>>>
>>>>> I can also actively give them a color.  Should these be the correct
>>>>> level colors, or some particular color?
>>>>
>>>> The actual level colours with highlighted TODO keywords and other
>>>> cookies would be ideal I think.
>>>
>>> This should work now, please verify.
>>
>> Cookies are coloured but nothing else seems to be so it's mostly black
>> for me now.  That's probably not what you intended :)
>>
>> -Bernt

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-05-05 12:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-24 17:53 Minor colouring (font lock) annoyance Bernt Hansen
2009-04-24 18:18 ` Carsten Dominik
2009-04-24 18:20   ` Bernt Hansen
2009-04-24 18:22     ` Carsten Dominik
2009-04-24 18:29       ` Bernt Hansen
2009-05-05  8:33         ` Carsten Dominik
2009-05-05 12:21           ` Bernt Hansen
2009-05-05 12:45             ` Carsten Dominik
2009-05-05 12:49               ` Bernt Hansen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).