From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Samuel W. Flint" 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 12:41:43 -0600 Message-ID: References: <87si4bt9kc.fsf@turing.flintfam.org> <87mvujf7bg.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwwnx-00037y-Qv for emacs-orgmode@gnu.org; Thu, 12 Nov 2015 13:41:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zwwnw-0007fQ-RU for emacs-orgmode@gnu.org; Thu, 12 Nov 2015 13:41:05 -0500 Received: from [2600:3c00::f03c:91ff:fe70:9de9] (port=59228 helo=mail.flintfam.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwwnw-0007fD-NU for emacs-orgmode@gnu.org; Thu, 12 Nov 2015 13:41:04 -0500 In-Reply-To: <87mvujf7bg.fsf@kyleam.com> 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: Kyle Meyer Cc: emacs-orgmode@gnu.org, "Samuel W. Flint" 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. Thanks, Sam