From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Butz Subject: org-babel problem Date: Thu, 25 Nov 2010 20:10:26 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=34666 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLhDA-0005IQ-ID for emacs-orgmode@gnu.org; Thu, 25 Nov 2010 14:10:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLhD9-0002cD-9Z for emacs-orgmode@gnu.org; Thu, 25 Nov 2010 14:10:28 -0500 Received: from mail-qw0-f41.google.com ([209.85.216.41]:56140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLhD9-0002c4-66 for emacs-orgmode@gnu.org; Thu, 25 Nov 2010 14:10:27 -0500 Received: by qwj8 with SMTP id 8so61391qwj.0 for ; Thu, 25 Nov 2010 11:10:26 -0800 (PST) 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: emacs-orgmode@gnu.org 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? 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