From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug: org-babel-tangle error. org-babel-get-header undefined [8.3.2 (release_8.3.2-317-gbd921f @ /home/swflint/.emacs.d/org-mode/lisp/)] Date: Thu, 12 Nov 2015 14:06:07 -0500 Message-ID: <87d1vfdom8.fsf@alphaville.usersys.redhat.com> References: <87si4bt9kc.fsf@turing.flintfam.org> <87mvujf7bg.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwxCP-0008Mh-BJ for emacs-orgmode@gnu.org; Thu, 12 Nov 2015 14:06:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwxCJ-0005wR-Hk for emacs-orgmode@gnu.org; Thu, 12 Nov 2015 14:06:21 -0500 Received: from plane.gmane.org ([80.91.229.3]:46658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwxCJ-0005wJ-Ba for emacs-orgmode@gnu.org; Thu, 12 Nov 2015 14:06:15 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZwxCH-0005k1-Rf for emacs-orgmode@gnu.org; Thu, 12 Nov 2015 20:06:14 +0100 Received: from pool-74-104-158-160.bstnma.fios.verizon.net ([74.104.158.160]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Nov 2015 20:06:13 +0100 Received: from ndokos by pool-74-104-158-160.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Nov 2015 20:06:13 +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: emacs-orgmode@gnu.org "Samuel W. Flint" writes: > On Thu, November 12, 2015 11:36 am, Kyle Meyer wrote: >> Hello, >> >> swflint@flintfam.org (Samuel W. Flint) writes: >> >>> Hey all! >>> >>> In an attempt to keep my config file organized, I've been using org. As >>> of a fairly recent update, when I tangle the document (C-c C-v C-t), I >>> get the following error "Symbol's function definition is void: >>> org-babel-get-header". I have no idea why this is happening. I've >>> attached a backtrace. >>> >>> TIA, >>> >>> Sam >> >> In your org-babel-do-load-languages call, try to changing >> >> (sh . t) >> >> to >> >> (shell . t) >> >> -- >> Kyle >> >> > > I went ahead and tried that. I still get that error. > I don't know what the underlying cause might be, but you might be able to cure the symptom by doing M-x load-library RET ob-core RET which is where org-babel-get-header is defined. If that works, then it's likely that a (require 'ob-core) is missing somewhere. -- Nick