all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexander Vorobiev <alexander.vorobiev@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: v9.0 ignores org-export-babel-evaluate
Date: Thu, 1 Dec 2016 17:43:14 -0600	[thread overview]
Message-ID: <CAGOCFPXFWJA0xGvVQgEVuyDQxHZ9NZ0daDQoVjWVDRe7pU13wA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 626 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1019 bytes --]

             reply	other threads:[~2016-12-01 23:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-01 23:43 Alexander Vorobiev [this message]
2016-12-02  2:43 ` v9.0 ignores org-export-babel-evaluate Charles C. Berry

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGOCFPXFWJA0xGvVQgEVuyDQxHZ9NZ0daDQoVjWVDRe7pU13wA@mail.gmail.com \
    --to=alexander.vorobiev@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.