From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: no fontification of #+BEGIN_LaTeX blocks Date: Sat, 14 Sep 2013 17:57:43 +0200 Message-ID: <878uyzl7k8.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKsHG-0008TD-1n for emacs-orgmode@gnu.org; Sat, 14 Sep 2013 12:01:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKsH8-0007df-Nw for emacs-orgmode@gnu.org; Sat, 14 Sep 2013 12:00:53 -0400 Received: from plane.gmane.org ([80.91.229.3]:35983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKsH8-0007db-39 for emacs-orgmode@gnu.org; Sat, 14 Sep 2013 12:00:46 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VKsH7-00088i-1u for emacs-orgmode@gnu.org; Sat, 14 Sep 2013 18:00:45 +0200 Received: from gas45-3-82-244-252-119.fbx.proxad.net ([82.244.252.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Sep 2013 18:00:45 +0200 Received: from j.cubizolles by gas45-3-82-244-252-119.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Sep 2013 18:00:45 +0200 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: emacs-orgmode@gnu.org org-src-fontify-natively doesn't fontify quoted LaTeX code like #+BEGIN_LaTeX #+END_LaTeX the same as it does for LaTeX src blocks like #+BEGIN_SRC latex #+END_SRC Why is that, and is there a way to get fontification for both ? Julien.