From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: BUG-#+ Fontification Date: Thu, 28 May 2009 17:48:35 -0400 Message-ID: <877i003nm4.fsf@gollum.intra.norang.ca> References: <87octd2cql.fsf@gollum.intra.norang.ca> <751104C9-F496-4C28-AC3A-62E808444651@gmail.com> <87bppc3no1.fsf@gollum.intra.norang.ca> 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 1M9nSu-0004jt-HN for emacs-orgmode@gnu.org; Thu, 28 May 2009 17:48:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9nSp-0004h5-Rf for emacs-orgmode@gnu.org; Thu, 28 May 2009 17:48:44 -0400 Received: from [199.232.76.173] (port=32914 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9nSp-0004gp-7X for emacs-orgmode@gnu.org; Thu, 28 May 2009 17:48:39 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:50453) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M9nSo-00017R-QI for emacs-orgmode@gnu.org; Thu, 28 May 2009 17:48:39 -0400 In-Reply-To: <87bppc3no1.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Thu\, 28 May 2009 17\:47\:26 -0400") 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 Bernt Hansen writes: > 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). Okay I should spend 2 more seconds before replying... org-faces.el Face: org-meta-line (sample) (customize this face) Documentation: Face for meta lines startin with "#+". Defined in `org-faces.el'. Family: unspecified Width: unspecified Height: unspecified Weight: unspecified Slant: unspecified Foreground: unspecified Background: unspecified Underline: unspecified Overline: unspecified Strike-through: unspecified Box: unspecified Inverse: unspecified Stipple: unspecified Font or fontset: unspecified Inherit: unspecified [back] So that would probably be why it's all black for me :) -Bernt