From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: quick question about face names Date: Tue, 15 Mar 2011 10:01:44 -0400 Message-ID: <7080.1300197704@alphaville.dokosmarshall.org> References: <4327.1300165565@alphaville.dokosmarshall.org> <80wrk03ipv.fsf@somewhere.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=34998 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzUp1-0004n8-A7 for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 10:02:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzUoy-0000VH-GW for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 10:02:03 -0400 Received: from vms173005pub.verizon.net ([206.46.173.5]:35390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzUoy-0000Us-DE for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 10:02:00 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LI300HMRQYZL610@vms173005.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 09:01:54 -0500 (CDT) In-reply-to: Message from =?utf-8?Q?S=C3=A9bastien_Vauban?= of "Tue, 15 Mar 2011 09:12:44 BST." <80wrk03ipv.fsf@somewhere.org> 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: =?utf-8?Q?S=C3=A9bastien_Vauban?= Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org =?utf-8?Q?S=C3=A9bastien_Vauban?= wrote: > Hi Nick and Filippo, > > >> I'm trying to find the face of plain text (not headlines or checklist > >> items). Does it have a name that distinguishes it from other faces? Chee= > rs. > >> Fil > > > > I don't think so: C-u C-x =3D tells faces if it finds one - in this case,= > it > > says nothing about a face. > > ... so it means that the "body text" uses the properties of face "default". > Ah, OK - makes sense. Thanks! Nick