From mboxrd@z Thu Jan 1 00:00:00 1970 From: jorge.a.alfaro@gmail.com (Jorge A. Alfaro-Murillo) Subject: Re: babel setup Date: Mon, 09 Jun 2014 10:54:20 -0400 Message-ID: <874mzu9lr7.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wu0y0-0004Ca-Ox for emacs-orgmode@gnu.org; Mon, 09 Jun 2014 10:54:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wu0xu-0004SS-IR for emacs-orgmode@gnu.org; Mon, 09 Jun 2014 10:54:32 -0400 Received: from plane.gmane.org ([80.91.229.3]:60677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wu0xu-0004SO-C3 for emacs-orgmode@gnu.org; Mon, 09 Jun 2014 10:54:26 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wu0xt-0002HO-6N for emacs-orgmode@gnu.org; Mon, 09 Jun 2014 16:54:25 +0200 Received: from nat-130-132-173-153.central.yale.edu ([130.132.173.153]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jun 2014 16:54:25 +0200 Received: from jorge.a.alfaro by nat-130-132-173-153.central.yale.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jun 2014 16:54:25 +0200 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: emacs-orgmode@gnu.org Shiyuan writes: > Hi all, > I am using Emacs 24.3.9 + org-mode 8.2.6(from ELPA) > I followed this instruction > http://orgmode.org/worg/org-contrib/babel/languages.html#configure > > and added the following to my .emacs file. > > (org-babel-do-load-languages > 'org-babel-load-languages > '((python . t) > (emacs-lisp . t))) > > After that, org-mode mysteriously switched back to the old version > 7.9. Another problem is that export command C-c C-e no longer works > and generates error: Symbol's function definition is void: > org-defvaralias. Is there any step I missed? Thanks. > > Shiyuan Hi Shiyuan, Have you tried to put (package-initialize) early (say first line) in your .emacs? Best, Jorge.