From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: org-babel problem Date: Thu, 25 Nov 2010 19:55:25 +0000 Message-ID: <8739qp41qq.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=35149 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLhuy-0005OB-Rv for emacs-orgmode@gnu.org; Thu, 25 Nov 2010 14:56:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLhun-0005Dn-0i for emacs-orgmode@gnu.org; Thu, 25 Nov 2010 14:55:44 -0500 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:49653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLhum-0005DO-F9 for emacs-orgmode@gnu.org; Thu, 25 Nov 2010 14:55:32 -0500 In-Reply-To: (Erik Butz's message of "Thu, 25 Nov 2010 20:10:26 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Erik Butz Cc: emacs-orgmode@gnu.org Erik Butz writes: > Hi all, > > I am trying to run some org-babel code, but while this used to work in > the past, I am now getting an error which says > > "Symbol's function definition is void: org-babel-get-header" > > Somehow I am puzzled, since this function is defined in lisp/ob.el and > since this file provides 'ob and I have (require 'ob) in my .emacs I > don't see why this should happen. > > Is there any check I should perform to see where and why this is failing? Hi Erik, Apologies if this is obvious, but are you sure you don't have out of date *.elc files in org-mode/lisp? Try manually deleting the *.elc, or running 'make clean', to get rid of them and then restart org (C-c C-x !). If that works then optionally run make again to recompile them. Dan > > I am using GNU Emacs 23.1. with Org-mode version 7.3 > (release_7.3.130.g9cc1) even though I somehow suspect that it's not > either of the software versions that is responsible for this. > > Any hints appreciated. > > Thanks, > > Erik > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode