From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: Re: Org-babel init Date: Mon, 12 Jul 2010 12:07:13 -0500 Message-ID: <4C3B4BC1.9020101@ccbr.umn.edu> References: <19515.16766.160745.656932@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=54299 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYMTP-0002Ll-1T for Emacs-orgmode@gnu.org; Mon, 12 Jul 2010 13:07:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYMTN-0001SV-QI for Emacs-orgmode@gnu.org; Mon, 12 Jul 2010 13:07:18 -0400 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:4881) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYMTN-0001SM-Kv for Emacs-orgmode@gnu.org; Mon, 12 Jul 2010 13:07:17 -0400 In-Reply-To: <19515.16766.160745.656932@gargle.gargle.HOWL> 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: Jordi Inglada Cc: Emacs-orgmode@gnu.org You need to see: http://eschulte.github.com/babel-dev/DONE-document-configuration-changes-for-Babel-integration.html Jordi Inglada wrote: > Hi all, > > I am having the same problem as this user here: > > http://www.mail-archive.com/emacs-orgmode@gnu.org/msg17498.html > > and the contrib/lisp directory is indeed in my load path. > > I am using a git changeset cloned today (Org-mode version 6.34trans > (release_6.36.608.gc1ef)). > > I have tried using "emacs -q" and then loading an .el file containing > only the following lines: > > (setq load-path (cons "/home/inglada/local/src/org-mode/lisp" load-path)) > (setq load-path (cons "/home/inglada/local/src/org-mode/contrib/lisp" load-path)) > > (require 'org-install) > (require 'org-babel-init) > (require 'org-babel-python) > > and I get the same result. > > Thank you very much for your help. > > Jordi > > _______________________________________________ > 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