emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: Dividers in File


From: Sebastian Rose
Subject: Re: [Orgmode] Re: Dividers in File
Date: Wed, 19 Nov 2008 21:50:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Hi Rainer,


I simply used the customize interface for this. My current config has
changed a little, but here it is anyway. I feel it's the best to use
inheritance where ever possible, when it comes to faces. As you can see
below, I just have to change the font-family for `org-level-1', to
change it for all the headlines.

By the time I made the screenshot, I used different colors for the
headline levels.

This is in my .emacs:

=> --->8----------------------------->8----------------------------->8---
(custom-set-faces

  ;; ... lots of stuff omitted ...

 '(org-hide ((nil (:foreground "#ffffff"))))
 '(org-latex-and-export-specials ((((class color) (background light)) (:inherit 
fixed-pitch :foreground "SaddleBrown"))))
 '(org-level-1 ((((class color) (min-colors 88) (background light)) 
(:foreground "gray30" :weight bold :height 170 :family "DejaVu Sans"))))
 '(org-level-2 ((((class color) (min-colors 16) (background light)) (:inherit 
org-level-1 :height 150))))
 '(org-level-3 ((((class color) (min-colors 88) (background light)) (:inherit 
org-level-1 :height 130))))
 '(org-level-4 ((((class color) (min-colors 88) (background light)) (:inherit 
org-level-1 :height 110))))
 '(org-level-5 ((((class color) (min-colors 16) (background light)) (:inherit 
org-level-4))))
 '(org-level-6 ((((class color) (min-colors 16) (background light)) (:inherit 
org-level-4))))
 '(org-level-7 ((((class color) (min-colors 16) (background light)) (:inherit 
org-level-4))))
 '(org-level-8 ((((class color) (min-colors 16) (background light)) (:inherit 
org-level-4))))
 '(org-link ((t (:foreground "RoyalBlue" :slant italic :family "DejaVu 
Serif"))))

  ;; ... lots of stuff omitted ...

)
<= ---8<-----------------------------8<-----------------------------8<---


And I have this here set:

(setq org-odd-levels-only t)



Regards,

  Sebastian


"news.gmane.org" <address@hidden> writes:
>
> Hi Sebastian,
>
> having had a look on the old screenshot I would also like to see how
> this looks for my org files. Would you be so kind to share your face
> settings?
>
> Thanks,
> Rainer


-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover

Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.rose emma-stil de, sebastian_rose gmx de
Http:  www.emma-stil.de




reply via email to

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