From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Fantin Subject: Src blocks fontification issue Date: Thu, 2 Sep 2010 20:27:27 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=54567 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrEVu-0002Dl-Hp for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 14:27:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrEVs-0001KB-PS for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 14:27:54 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:41743) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrEVs-0001Jy-LO for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 14:27:52 -0400 Received: by wwb24 with SMTP id 24so1016938wwb.30 for ; Thu, 02 Sep 2010 11:27:51 -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: emacs-orgmode@gnu.org First congratulations on adding in-line fontification to source blocks, that's a great addition. However, since I pulled those changes, a recurring issue I've been having has become even more annoying. When opening an org file, some src blocks headers don't seem to get parsed properly, and now as a result, don't get fontified. They are functional though, since they properly get tangled, and C-c ' performs as expected. If I edit the header line, or the ones directly before and after it, the block gets back to normal. Here is a screenshot to make things clearer, as you can see there are no differences in formatting, and those properties drawer don't have anything weird, just a single ID. http://imagebin.org/112413 I was meaning to post a screenshot with whitespace-mode on to stress that there are no apparent formatting differences, but it turned out activating it fixed the issue ! Not sure what I can do to further help debugging this ? Cheers