From mboxrd@z Thu Jan 1 00:00:00 1970 From: srandby@gmail.com Subject: Re: Faces Date: Fri, 15 May 2009 20:01:16 -0400 Message-ID: <4A0E024C.80009@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M57LF-0003rx-JT for emacs-orgmode@gnu.org; Fri, 15 May 2009 20:01:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M57LB-0003rC-5z for emacs-orgmode@gnu.org; Fri, 15 May 2009 20:01:29 -0400 Received: from [199.232.76.173] (port=38387 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M57LB-0003r9-2p for emacs-orgmode@gnu.org; Fri, 15 May 2009 20:01:25 -0400 Received: from qw-out-1920.google.com ([74.125.92.145]:32137) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M57LA-00088K-K8 for emacs-orgmode@gnu.org; Fri, 15 May 2009 20:01:24 -0400 Received: by qw-out-1920.google.com with SMTP id 4so1543701qwk.24 for ; Fri, 15 May 2009 17:01:24 -0700 (PDT) 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: "[Orgmode]" I received a request to tell the list how I managed to change the face for lines that begin with # in an org file, so here it is. Lines that begin with # are comment lines. The face of comment lines is determined by font-lock-comment-face. In my .emacs, I now have: '(font-lock-comment-face ((((class color) (min-colors 88) (background light)) (:foreground "cornflowerblue")))) One may also do the following: M-x customize Go to the "Faces" group. Go to the "Font Lock" group. Go to the "Font Lock Faces" group. Customize "Font Lock Comment Face." I'm sure there are other ways to do this as well. Scott Randby