From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Re: More conspicous header lines Date: Thu, 23 Jul 2009 09:29:45 -0700 Message-ID: References: <20090722183530.GP9171@thinkpad.adamsinfoserv.com> <87zlaw8iz7.fsf@bzg.ath.cx> <87tz136eke.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MU1BJ-00071r-35 for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 12:30:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MU1BD-000718-M0 for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 12:30:07 -0400 Received: from [199.232.76.173] (port=48307 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MU1BD-000715-GR for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 12:30:03 -0400 Received: from main.gmane.org ([80.91.229.2]:44559 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MU1BD-00019A-6Z for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 12:30:03 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MU1B6-0000cx-NR for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 16:29:56 +0000 Received: from 142.103.191.98 ([142.103.191.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jul 2009 16:29:56 +0000 Received: from hellerm2 by 142.103.191.98 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jul 2009 16:29:56 +0000 In-Reply-To: <87tz136eke.fsf@bzg.ath.cx> 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 Bastien wrote: > Markus Heller writes: > >> THankBastien wrote: >>> Markus Heller writes: >>> >>>> how would I go about setting a background color to my org headline >>>> faces? I'm an emacs/org newbie ... >>> Go on a headline and M-x customize-face RET - then you can customize >>> the background color of this face. >>> >> Thanks. And where do I find ‘org-set-font-lock-defaults’? It's not in >> my .emacs, and M-x customize-variable doesn't know it either ... > > It's in org.el > > C-h f org-set-font-lock-defaults RET will give you the location of the > function, you can just follow the link in the help buffer. > >> I apologize if I'm asking stupid questions here ... > > "If you ask questions, you might look stupid. But if you don't ask > questions, you'll stupid forever." > > -- I-can't-remember-who > Bastien, thanks you! Worked like a charm :) Cheers Markus