From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: python sessions Date: Mon, 25 Mar 2013 15:37:07 -0600 Message-ID: <87boa7upoc.fsf@gmail.com> References: <51496061.20706@easy-emacs.de> <514AB9FC.3050601@easy-emacs.de> <87d2ut2o5m.fsf@bzg.ath.cx> <514AC116.7030408@easy-emacs.de> <877gkxrbgn.fsf@gmail.com> <514EAF96.3030402@easy-emacs.de> <17915.1364144298@alphaville> <18546.1364150504@alphaville> <5150B790.2040603@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKF4x-0006VN-T0 for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 17:37:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKF4v-0007R8-6K for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 17:37:19 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:62935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKF4u-0007Qz-Ss for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 17:37:17 -0400 Received: by mail-pa0-f50.google.com with SMTP id bg2so1249542pad.37 for ; Mon, 25 Mar 2013 14:37:16 -0700 (PDT) In-Reply-To: <5150B790.2040603@easy-emacs.de> ("Andreas =?utf-8?Q?R=C3=B6h?= =?utf-8?Q?ler=22's?= message of "Mon, 25 Mar 2013 21:46:08 +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: Andreas =?utf-8?Q?R=C3=B6hler?= Cc: emacs-orgmode > running into this, func def seems missing: > > Debugger entered--Lisp error: (void-function org-babel-result-cond) My guess is that you have a mixed install. You are mostly running the Org-mode which ships with Emacs (in which `org-babel-result-cond' is not defined), but you are running the version of ob-python.el from the master branch (which expects `org-babel-result-cond' to be defined). This is an increasingly common problem. Maybe the following can help. http://orgmode.org/worg/org-faq.html#keeping-current-with-Org-mode-development -- Eric Schulte http://cs.unm.edu/~eschulte