From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Vorobiev Subject: v9.0 ignores org-export-babel-evaluate Date: Thu, 1 Dec 2016 17:43:14 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c07aaee5ef6ab0542a164fb Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCb10-0002yA-PJ for emacs-orgmode@gnu.org; Thu, 01 Dec 2016 18:43:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCb10-0005wN-0m for emacs-orgmode@gnu.org; Thu, 01 Dec 2016 18:43:46 -0500 Received: from mail-vk0-x233.google.com ([2607:f8b0:400c:c05::233]:34506) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cCb0z-0005vw-Sy for emacs-orgmode@gnu.org; Thu, 01 Dec 2016 18:43:45 -0500 Received: by mail-vk0-x233.google.com with SMTP id x186so137583872vkd.1 for ; Thu, 01 Dec 2016 15:43:45 -0800 (PST) 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 --94eb2c07aaee5ef6ab0542a164fb Content-Type: text/plain; charset=UTF-8 I noticed this happening with R source code blocks after the upgrade. The simple example is below. The resulting html file has different time in the "Time" section than the org file. Reverting to 8.3.6 fixes the issue. Thanks, Alex * Environment #+begin_src emacs-lisp :exports both :results output (prin1 org-export-babel-evaluate) #+end_src #+RESULTS: : nil #+begin_src emacs-lisp :exports both :results output (prin1 (org-version)) #+end_src #+RESULTS: : "9.0.1" * Time #+begin_src R :session *R* :exports both :results value Sys.time() #+end_src #+RESULTS: : 2016-12-01 16:52:43 --94eb2c07aaee5ef6ab0542a164fb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I noticed this happening with R source code blocks after t= he upgrade. The simple example is below. The resulting html file has differ= ent time in the "Time" section than the org file. Reverting to 8.= 3.6 fixes the issue.=C2=A0

Thanks,
Alex
<= div>
* Environment
=C2=A0 #+begin_src ema= cs-lisp :exports both :results output
=C2=A0 =C2=A0 (prin1 org-ex= port-babel-evaluate)
=C2=A0 #+end_src

= =C2=A0 #+RESULTS:
=C2=A0 : nil

=C2=A0 #+= begin_src emacs-lisp :exports both :results output
=C2=A0 =C2=A0 = (prin1 (org-version)) =C2=A0 =C2=A0
=C2=A0 #+end_src
=C2=A0 #+RESULTS:
=C2=A0 : "9.0.1"

* Time
=C2=A0 #+begin_src R :session *R* :expor= ts both :results value
=C2=A0 =C2=A0 Sys.time()
=C2=A0 = #+end_src

=C2=A0 #+RESULTS:
=C2=A0 : 201= 6-12-01 16:52:43

--94eb2c07aaee5ef6ab0542a164fb--