From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: workflow, matlab+latex in org file Date: Sat, 11 Mar 2017 18:50:52 -0500 Message-ID: <9355242d-94d2-d54d-5785-cf4268f18e04@gmail.com> References: <8760sc8ids.fsf@mat.ucm.es> <87shvg6z9i.fsf@mat.ucm.es> <87pohpcdwy.fsf@mat.ucm.es> <71b17ad2-04a9-c5fe-e431-7bd5e7804949@gmail.com> <87h930al52.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmqmo-0005ZG-F2 for emacs-orgmode@gnu.org; Sat, 11 Mar 2017 18:50:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmqmn-0007DI-Ce for emacs-orgmode@gnu.org; Sat, 11 Mar 2017 18:50:58 -0500 Received: from mail-it0-x232.google.com ([2607:f8b0:4001:c0b::232]:36213) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cmqmm-0007BZ-Vu for emacs-orgmode@gnu.org; Sat, 11 Mar 2017 18:50:57 -0500 Received: by mail-it0-x232.google.com with SMTP id h10so13581658ith.1 for ; Sat, 11 Mar 2017 15:50:54 -0800 (PST) Received: from ?IPv6:2605:a000:121e:204c:ea03:8215:c62b:4d3? ([2605:a000:121e:204c:ea03:8215:c62b:4d3]) by smtp.gmail.com with ESMTPSA id e11sm1719918ita.10.2017.03.11.15.50.53 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 11 Mar 2017 15:50:53 -0800 (PST) In-Reply-To: <87h930al52.fsf@mat.ucm.es> 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: emacs-orgmode@gnu.org On 03/10/2017 04:15 PM, Uwe Brauer wrote: > > > On 03/10/2017 11:08 AM, Uwe Brauer wrote: > > > You need to change "#+BEGIN_LaTeX" to "#+begin_export latex" and > > "#+END_LaTeX" to "#+end_export" for Org 9.0 and above. > > Thanks, very much, I never understand what is the benefit of those > changes which break backward compatibility (or forward compatibility) I agree that breaking backward compatibility is a problem, but I support this change because font locking of LaTeX code (and others) now works well. There is a function in the CHANGES document (http://orgmode.org/Changes.html) called org-repair-export-blocks that works really well. I added the function to my customizations file and run it whenever I need to modify and export an older file. Scott > > > . >