From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Code block evaluation is disabled Date: Sat, 09 Jan 2016 12:56:45 -0500 Message-ID: <87poxad4bm.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHxl1-0004CO-5j for emacs-orgmode@gnu.org; Sat, 09 Jan 2016 12:56:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHxkx-0004e3-69 for emacs-orgmode@gnu.org; Sat, 09 Jan 2016 12:56:55 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:55859 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHxkx-0004da-0k for emacs-orgmode@gnu.org; Sat, 09 Jan 2016 12:56:51 -0500 In-Reply-To: (Damian Bernardini's message of "Sat, 9 Jan 2016 12:29:04 -0300") 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: Damian Bernardini Cc: emacs-orgmode@gnu.org Damian Bernardini 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