From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: Dividers in File Date: Wed, 19 Nov 2008 21:50:59 +0100 Message-ID: <87iqqjzbgs.fsf@kassiopeya.MSHEIMNETZ> References: <20081118193453.F32BC320057@mail.dagertech.net> <87y6zgbyur.fsf@gmail.com> <87r658k74d.fsf@kassiopeya.MSHEIMNETZ> <49243916.1020607@diplan.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2tyK-0007DB-5o for emacs-orgmode@gnu.org; Wed, 19 Nov 2008 15:48:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2tyI-0007Bn-Ko for emacs-orgmode@gnu.org; Wed, 19 Nov 2008 15:48:23 -0500 Received: from [199.232.76.173] (port=47331 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2tyI-0007Ba-Ai for emacs-orgmode@gnu.org; Wed, 19 Nov 2008 15:48:22 -0500 Received: from mail.gmx.net ([213.165.64.20]:49599) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1L2tyH-0000Bt-QM for emacs-orgmode@gnu.org; Wed, 19 Nov 2008 15:48:22 -0500 In-Reply-To: <49243916.1020607@diplan.de> (news gmane org's message of "Wed, 19 Nov 2008 17:04:38 +0100") 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: emacs-orgmode@gnu.org 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" 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