From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: BUG-#+ Fontification Date: Thu, 28 May 2009 17:47:26 -0400 Message-ID: <87bppc3no1.fsf@gollum.intra.norang.ca> References: <87octd2cql.fsf@gollum.intra.norang.ca> <751104C9-F496-4C28-AC3A-62E808444651@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9nRq-00046y-1l for emacs-orgmode@gnu.org; Thu, 28 May 2009 17:47:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9nRm-00045M-9m for emacs-orgmode@gnu.org; Thu, 28 May 2009 17:47:37 -0400 Received: from [199.232.76.173] (port=32886 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9nRm-000454-3d for emacs-orgmode@gnu.org; Thu, 28 May 2009 17:47:34 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:64703) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M9nRl-0000hg-Ow for emacs-orgmode@gnu.org; Thu, 28 May 2009 17:47:33 -0400 In-Reply-To: <751104C9-F496-4C28-AC3A-62E808444651@gmail.com> (Carsten Dominik's message of "Thu\, 28 May 2009 23\:43\:16 +0200") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: > On May 28, 2009, at 10:28 PM, Bernt Hansen wrote: > >> Is the face definition missing maybe? I forget how to check what face >> is active in Emacs for a specific character - I need to write that >> down >> the next time I relearn it :) > > C-u C-x = > > The face should be `org-meta-line' and is defined in org-faces. Thanks! It is org-meta-line ... but I don't have an org-faces anywhere (function or variable). -Bernt