emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [BUG] [babel] evaluation disabled completely with no-export


From: Andreas Leha
Subject: [O] [BUG] [babel] evaluation disabled completely with no-export
Date: Sun, 06 May 2012 15:11:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

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

[Prev in Thread] Current Thread [Next in Thread]