From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: BUG-#+ Fontification Date: Thu, 28 May 2009 23:43:16 +0200 Message-ID: <751104C9-F496-4C28-AC3A-62E808444651@gmail.com> References: <87octd2cql.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9nNm-0001mW-Gz for emacs-orgmode@gnu.org; Thu, 28 May 2009 17:43:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9nNh-0001jL-1r for emacs-orgmode@gnu.org; Thu, 28 May 2009 17:43:25 -0400 Received: from [199.232.76.173] (port=51817 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9nNg-0001j7-LB for emacs-orgmode@gnu.org; Thu, 28 May 2009 17:43:20 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:63004) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9nNg-0007MB-0d for emacs-orgmode@gnu.org; Thu, 28 May 2009 17:43:20 -0400 Received: by ewy6 with SMTP id 6so6644445ewy.42 for ; Thu, 28 May 2009 14:43:18 -0700 (PDT) In-Reply-To: <87octd2cql.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org On May 28, 2009, at 10:28 PM, Bernt Hansen wrote: > Hi Carsten, > > The following commit breaks fontification for #+ lines at the top of > org > files. > > bernt@gollum:~/git/org-mode$ git bisect good > 476493d3b300b8dc379ea7e42c974461d6f3dfb5 is first bad commit > commit 476493d3b300b8dc379ea7e42c974461d6f3dfb5 > Author: Carsten Dominik > Date: Sat May 23 22:58:38 2009 +0200 > > Fontification: Better treatment of #+ lines and blocks > > The content of blocks like #+begin_example will be marked with a > separate face. That same face is also used for single lines > introducing text for specific backends. > > :040000 040000 e2e5414b39664d3a24ff4365d924e1925a1e9174 > 91dcbde55b4ee8a92c4222f556a0ca3dd5e139cb M lisp > > > This commit and everything after shows #+STARTUP: and other lines in > black. They were red before that. > > 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. > > -Bernt > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode