From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Lisp error: (void-function org-babel-get-header) Date: Mon, 30 Nov 2015 12:08:08 -0500 Message-ID: <87zixvv2iv.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3Rvz-0003O0-Ez for emacs-orgmode@gnu.org; Mon, 30 Nov 2015 12:08:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3Rvu-0006qb-KX for emacs-orgmode@gnu.org; Mon, 30 Nov 2015 12:08:15 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:50596 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3Rvu-0006qO-Em for emacs-orgmode@gnu.org; Mon, 30 Nov 2015 12:08:10 -0500 In-Reply-To: (Thomas S. Dye's message of "Mon, 30 Nov 2015 06:34:49 -1000") 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: "Thomas S. Dye" Cc: org mode Hi Tom, Thomas S. Dye writes: > Aloha all, > > After updating Org mode this weekend and exporting a document that > exported on Friday, I get the error in the subject. Any chance you have (sh . t) in org-babel-do-load-languages? If so, s/sh/shell/ should fix it. See http://thread.gmane.org/gmane.emacs.orgmode/102877/focus=102882 for an explanation. -- Kyle