emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Code block evaluation is disabled


From: Damian Bernardini
Subject: [O] Code block evaluation is disabled
Date: Sat, 9 Jan 2016 12:29:04 -0300

Whenever I try to evaluate code I get the following:

Evaluation of this xxxxxxx code-block (xxxxx) is disabled.

Sometime I evaluated these code-blocks, I don't know what has changed since the last time they worked.
I've tried with sh and ledger codes with the same results.

I've read the manual but I haven't found anything about it.

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)
  (dot . t )
  (sql . t)
  (lisp . t)
  (ledger . t)
  ))


reply via email to

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