From mboxrd@z Thu Jan  1 00:00:00 1970
From: Alexander Vorobiev <alexander.vorobiev@gmail.com>
Subject: v9.0 ignores org-export-babel-evaluate
Date: Thu, 1 Dec 2016 17:43:14 -0600
Message-ID: <CAGOCFPXFWJA0xGvVQgEVuyDQxHZ9NZ0daDQoVjWVDRe7pU13wA@mail.gmail.com>
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary=94eb2c07aaee5ef6ab0542a164fb
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([2001:4830:134:3::10]:48982)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <alexander.vorobiev@gmail.com>) 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 <alexander.vorobiev@gmail.com>) 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 <alexander.vorobiev@gmail.com>)
	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 <emacs-orgmode@gnu.org>; Thu, 01 Dec 2016 15:43:45 -0800 (PST)
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode/>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=subscribe>
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Sender: "Emacs-orgmode"
	<emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
To: emacs-orgmode <emacs-orgmode@gnu.org>

--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

<div dir=3D"ltr">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 &quot;Time&quot; section than the org file. Reverting to 8.=
3.6 fixes the issue.=C2=A0<div><br></div><div>Thanks,</div><div>Alex</div><=
div><br></div><div><div><div>* Environment</div><div>=C2=A0 #+begin_src ema=
cs-lisp :exports both :results output</div><div>=C2=A0 =C2=A0 (prin1 org-ex=
port-babel-evaluate)</div><div>=C2=A0 #+end_src</div><div><br></div><div>=
=C2=A0 #+RESULTS:</div><div>=C2=A0 : nil</div><div><br></div><div>=C2=A0 #+=
begin_src emacs-lisp :exports both :results output</div><div>=C2=A0 =C2=A0 =
(prin1 (org-version)) =C2=A0 =C2=A0</div><div>=C2=A0 #+end_src</div><div><b=
r></div><div>=C2=A0 #+RESULTS:</div><div>=C2=A0 : &quot;9.0.1&quot;</div><d=
iv><br></div><div>* Time</div><div>=C2=A0 #+begin_src R :session *R* :expor=
ts both :results value</div><div>=C2=A0 =C2=A0 Sys.time()</div><div>=C2=A0 =
#+end_src</div><div><br></div><div>=C2=A0 #+RESULTS:</div><div>=C2=A0 : 201=
6-12-01 16:52:43</div></div><div><br></div></div></div>

--94eb2c07aaee5ef6ab0542a164fb--