emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* v9.0 ignores org-export-babel-evaluate
@ 2016-12-01 23:43 Alexander Vorobiev
  2016-12-02  2:43 ` Charles C. Berry
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Vorobiev @ 2016-12-01 23:43 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: v9.0 ignores org-export-babel-evaluate
  2016-12-01 23:43 v9.0 ignores org-export-babel-evaluate Alexander Vorobiev
@ 2016-12-02  2:43 ` Charles C. Berry
  0 siblings, 0 replies; 2+ messages in thread
From: Charles C. Berry @ 2016-12-02  2:43 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-02  2:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-01 23:43 v9.0 ignores org-export-babel-evaluate Alexander Vorobiev
2016-12-02  2:43 ` Charles C. Berry

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).