Re: [Orgmode] Fontify whole heading line

2010-06-27 Thread David Maus
Sébastien Vauban wrote: >Hi, >I've set: >--8<---cut here---start->8--- >(setq org-fontify-whole-heading-line t) >--8<---cut here---end--->8--- >and would like to have the `org-level-1' underlined. To do so, in my >`color-the

[Orgmode] Fontify whole heading line

2010-06-04 Thread Sébastien Vauban
Hi, I've set: --8<---cut here---start->8--- (setq org-fontify-whole-heading-line t) --8<---cut here---end--->8--- and would like to have the `org-level-1' underlined. To do so, in my `color-theme.el': --8<---cut