From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: More conspicous header lines Date: Thu, 23 Jul 2009 09:31:13 +0200 Message-ID: <87tz136eke.fsf@bzg.ath.cx> References: <20090722183530.GP9171@thinkpad.adamsinfoserv.com> <87zlaw8iz7.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTsm7-0005Nz-7x for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 03:31:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTsm2-0005He-0W for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 03:31:34 -0400 Received: from [199.232.76.173] (port=39794 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTsm1-0005HK-PE for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 03:31:29 -0400 Received: from mx20.gnu.org ([199.232.41.8]:22041) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MTsm1-0004Cm-FK for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 03:31:29 -0400 Received: from wf-out-1314.google.com ([209.85.200.174]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTsm0-00056p-3b for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 03:31:28 -0400 Received: by wf-out-1314.google.com with SMTP id 23so217512wfg.24 for ; Thu, 23 Jul 2009 00:31:27 -0700 (PDT) In-Reply-To: (Markus Heller's message of "Wed, 22 Jul 2009 15:48:49 -0700") 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: Markus Heller Cc: emacs-orgmode@gnu.org 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