From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: Embedded LaTeX fontification Date: Fri, 9 Sep 2016 08:42:08 -0700 Message-ID: References: <294F8F2B-1102-432E-84C3-17B65143889D@fintel.mailworks.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biNwV-0003Dd-Cb for emacs-orgmode@gnu.org; Fri, 09 Sep 2016 11:42:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1biNwR-0003jp-7r for emacs-orgmode@gnu.org; Fri, 09 Sep 2016 11:42:14 -0400 Received: from iport-acv6-out.ucsd.edu ([132.239.0.13]:47247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biNwQ-0003jU-Ve for emacs-orgmode@gnu.org; Fri, 09 Sep 2016 11:42:11 -0400 In-Reply-To: <294F8F2B-1102-432E-84C3-17B65143889D@fintel.mailworks.org> 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" To: Kai von Fintel Cc: emacs-orgmode@gnu.org On Fri, 9 Sep 2016, Kai von Fintel wrote: > When I embed LaTeX code in a `#+BEGIN_SRC latex` block and > `org-src-fontify-natively` is set to `t`, the code is fontified as LaTeX > code. But when the code is embedded in a `#+BEGIN_LaTeX` block, there's no > fontification. Is that as intended? Am I missing some setting? See ORG-NEWS * Version 9.0 ** Incompatible changes *** New syntax for export blocks [...] and use the function provided there to update your *.org files. > Or could that functionality be added? It is already there in the new export blocks. HTH, Chuck