From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Fix some #+ blocks fontification when there is no lang attribute Date: Fri, 01 Jul 2011 17:29:07 +0200 Message-ID: <87oc1e58ak.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qcfe6-0008L9-3N for emacs-orgmode@gnu.org; Fri, 01 Jul 2011 11:28:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qcfe4-0000cq-2Z for emacs-orgmode@gnu.org; Fri, 01 Jul 2011 11:28:41 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:53127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qcfe3-0000bi-J0 for emacs-orgmode@gnu.org; Fri, 01 Jul 2011 11:28:39 -0400 Received: by wyg36 with SMTP id 36so2814629wyg.0 for ; Fri, 01 Jul 2011 08:28:38 -0700 (PDT) In-Reply-To: (julien Barnier's message of "Fri, 1 Jul 2011 14:46:49 +0000 (UTC)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: julien Barnier Cc: emacs-orgmode@gnu.org Hi Julien, julien Barnier writes: > * lisp/org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src blocks > lang attribute > > When there is no lang attribute to a block (for quote, verse or others), the > lang variable is not nil, but an empty string. Applied, thanks! -- Bastien