From: Sebastian Rose <sebastian_rose@gmx.de>
To: emacs-orgmode@gnu.org
Subject: Re: Re: Dividers in File
Date: Wed, 19 Nov 2008 21:50:59 +0100 [thread overview]
Message-ID: <87iqqjzbgs.fsf@kassiopeya.MSHEIMNETZ> (raw)
In-Reply-To: <49243916.1020607@diplan.de> (news gmane org's message of "Wed, 19 Nov 2008 17:04:38 +0100")
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" <rainer.stengele@diplan.de> 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
prev parent reply other threads:[~2008-11-19 20:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-18 19:34 Dividers in File David A. Gershman
2008-11-18 19:47 ` Eric Schulte
2008-11-18 22:21 ` Sebastian Rose
2008-11-19 16:04 ` news.gmane.org
2008-11-19 17:04 ` Matthew Lundin
2008-11-20 3:51 ` Eddward DeVilla
2008-11-20 7:26 ` Carsten Dominik
2008-11-19 20:50 ` Sebastian Rose [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87iqqjzbgs.fsf@kassiopeya.MSHEIMNETZ \
--to=sebastian_rose@gmx.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).