From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damian Bernardini Subject: Code block evaluation is disabled Date: Sat, 9 Jan 2016 12:29:04 -0300 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c0802f8350d330528e85d11 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHvS6-0002gw-Ab for emacs-orgmode@gnu.org; Sat, 09 Jan 2016 10:29:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHvRx-00064c-NJ for emacs-orgmode@gnu.org; Sat, 09 Jan 2016 10:29:14 -0500 Received: from mail-yk0-x230.google.com ([2607:f8b0:4002:c07::230]:33765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHvRx-00064X-HT for emacs-orgmode@gnu.org; Sat, 09 Jan 2016 10:29:05 -0500 Received: by mail-yk0-x230.google.com with SMTP id k129so369436943yke.0 for ; Sat, 09 Jan 2016 07:29:05 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --94eb2c0802f8350d330528e85d11 Content-Type: text/plain; charset=UTF-8 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) )) --94eb2c0802f8350d330528e85d11 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Whenever I try to evaluate code I get = the following:

Evaluation of this xxxxxxx code-block (xxxxx) is disa= bled.

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
= =C2=A0'org-babel-load-languages
=C2=A0'((R . t)
=C2=A0 (emacs= -lisp . t)
=C2=A0 (gnuplot . t)
=C2=A0 (calc . t)
=C2=A0 (ditaa . = t)
=C2=A0 (latex . t)
=C2=A0 (org . t)
=C2=A0 (sqlite . t)
=C2= =A0 (sh . t)
=C2=A0 (dot . t )
=C2=A0 (sql . t)
=C2=A0 (lisp . t)<= br>=C2=A0 (ledger . t)
=C2=A0 ))

--94eb2c0802f8350d330528e85d11--