Hi all,

there seems to be a bug in babel in connection with interactive
source block evaluation when the header argument :eval no-export
(ditto with never-export) is present.

I get "Evaluation Disabled" when I try to evaluate (C-c C-c) this block:

#+begin_src R :session *R* :exports none :eval no-export
  Sys.sleep(10)
  complexObject <- 1:10
#+end_src

Regards,
Andreas


PS: emacs 24.1.50, org-mode 7.8.09



Reply via email to