From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Bug: can not evaluate any code blocks after enabling additional languages [8.3.4 (release_8.3.4-639-gd5a603 @ /Users/rainerkrug/.emacs.d/elpa/25.0/org-20151005/)] Date: Thu, 10 Mar 2016 10:15:52 -0500 Message-ID: <8737rywehj.fsf@kyleam.com> References: <87r3fio5gw.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae2Jn-0001Kf-2S for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 10:16:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ae2Ji-0000KD-RT for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 10:16:02 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:64017 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae2Ji-0000J5-KF for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 10:15:58 -0500 In-Reply-To: (Rainer M. Krug's message of "Thu, 10 Mar 2016 14:34:02 +0100") 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: Rainer M Krug Cc: emacs-orgmode@gnu.org Rainer M Krug writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rainer M Krug writes: >> >>> Debugger entered--Lisp error: (void-function org-babel-get-header) >> >> This looks like a mixed installation. This function was removed in >> development version and code base doesn't use it anymore. > > I don't think so - I use org from git uncompiled and, as you can see int > the init.el, initialize it (require 'org) before calling (package-initialize). > > For some unknown reasons, the function > org-babel-execute-src-block(nil) (in the org-git directory) calls > org-babel-execute:sh in the installation directory of emacs. > > So wy is this the case? I see that the file ob.sh.el seems to be renamed > in ob-shell.el - is this the case? Do I have to change the language sh > to shell? This has been reported on the list a few times. See http://thread.gmane.org/gmane.emacs.orgmode/102877/focus=102882. -- Kyle