From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: v9.0 ignores org-export-babel-evaluate Date: Thu, 1 Dec 2016 18:43:24 -0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCdp0-00048M-CY for emacs-orgmode@gnu.org; Thu, 01 Dec 2016 21:43:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCdov-000774-HS for emacs-orgmode@gnu.org; Thu, 01 Dec 2016 21:43:34 -0500 Received: from iport-bcv3-out.ucsd.edu ([132.239.0.89]:44917) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1cCdov-00076Q-2t for emacs-orgmode@gnu.org; Thu, 01 Dec 2016 21:43:29 -0500 In-Reply-To: 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: Alexander Vorobiev Cc: emacs-orgmode On Thu, 1 Dec 2016, Alexander Vorobiev wrote: > I noticed this happening with R source code blocks after the upgrade. This should be fixed in master. But use `org-export-use-babel' instead as `org-export-babel-evaluate' is obsolete. Chuck