From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: no fontification of #+BEGIN_LaTeX blocks Date: Mon, 16 Sep 2013 23:07:30 +0200 Message-ID: <878uyw8oh9.fsf@free.fr> References: <878uyzl7k8.fsf@free.fr> <87ob7s4xjl.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLg1N-0007hN-R7 for emacs-orgmode@gnu.org; Mon, 16 Sep 2013 17:07:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLg1H-0007e3-VS for emacs-orgmode@gnu.org; Mon, 16 Sep 2013 17:07:49 -0400 Received: from plane.gmane.org ([80.91.229.3]:59852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLg1H-0007dz-Of for emacs-orgmode@gnu.org; Mon, 16 Sep 2013 17:07:43 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VLg1F-0002Sn-4f for emacs-orgmode@gnu.org; Mon, 16 Sep 2013 23:07:41 +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 ; Mon, 16 Sep 2013 23:07:41 +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 ; Mon, 16 Sep 2013 23:07:41 +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 Bastien writes: > Hi Julien, > Nope, fontification is just for BEGIN_SRC blocks. > > There is no real "why" I guess, except because of this implicit > convention: only SRC blocks get fontified. Other blocks are part > of another family with a more limited set of features. I was under the impression that they were close relative since org-edit-src-code acts on both :-) Julien.