Damian Bernardini <damian.bernard...@gmail.com> writes: > Whenever I try to evaluate code I get the following: > > Evaluation of this xxxxxxx code-block (xxxxx) is disabled.
[...] > Org-mode version: 8.3.3 > Emacs version: 24.5.1 > > ;; Babel > (org-babel-do-load-languages > 'org-babel-load-languages > '((R . t) > (emacs-lisp . t) > (gnuplot . t) > (calc . t) > (ditaa . t) > (latex . t) > (org . t) > (sqlite . t) > (sh . t) I don't think this is relevant for your question, but note that 'sh' should instead be 'shell'. See http://thread.gmane.org/gmane.emacs.orgmode/102877/focus=102882. -- Kyle