emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Face color change in column view


From: Wanrong Lin
Subject: [Orgmode] Face color change in column view
Date: Tue, 16 Oct 2007 00:46:32 -0400
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

I wonder whether anyone sees the same thing as I did:

I use a light background. When column view is turned on, I got some silver background, but my level 2 headings changed their foreground color from default (black) to my light background color. So I have light color texts on top of silver background, which makes them really difficult to read. The strange thing is, if I set my org-level-2 face to the following (using custom-set-faces):

'(org-level-2  ((t (:foreground "#000000"))))

I don't have the problem. But if I set org-level-2 to the following:

'(org-level-2 ((t nil)))   ;; just use default face

I got the problem. Both of the settings are black since my default foreground is black for light background. So why is that?

I want to avoid hard coding org-level-2 to black because occasionally I need to work in a SSH terminal window with black background.

Thanks if someone can give some hints/ideas.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]