From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: In response to: .emacs works on Mac but not on Ubuntu Date: Wed, 17 Jun 2009 17:24:21 +0100 Message-ID: <4A3918B5.5090905@manor-farm.org> References: <2c75873c0906161431j372dc264p303b5d35f4c230b5@mail.gmail.com> <14350.1245190338@gamaville.dokosmarshall.org> <2c75873c0906170840mf1da806g4ab5e98955e322e6@mail.gmail.com> Reply-To: lists@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGxw7-0006nQ-Uj for emacs-orgmode@gnu.org; Wed, 17 Jun 2009 12:24:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGxw5-0006kr-KY for emacs-orgmode@gnu.org; Wed, 17 Jun 2009 12:24:31 -0400 Received: from [199.232.76.173] (port=43124 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGxw5-0006kY-Dr for emacs-orgmode@gnu.org; Wed, 17 Jun 2009 12:24:29 -0400 Received: from li40-130.members.linode.com ([72.14.178.130]:44508) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MGxw4-0006Im-Pt for emacs-orgmode@gnu.org; Wed, 17 Jun 2009 12:24:29 -0400 In-Reply-To: <2c75873c0906170840mf1da806g4ab5e98955e322e6@mail.gmail.com> 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: Graham Smith Cc: emacs-orgmode@gnu.org > I will try a few more commentin outs and retyping things, but I still > find it strange that it wa working fine in Ubuntu 8.01 and not now., > but I then find Linux a bit like that. > > Should anyone have any othe suggestions, I would still appreciate them. > > Many thanks, > I am using Ubuntu Jaunty with a setup almost identical to yours and mine "Just works". Are you certain that: > (setq load-path (cons "~/EmacsAddins/OrgMode/lisp" load-path)) > (setq load-path (cons "~/EmacsAddins/OrgMode/contrib/lisp" load-path)) Points to the correct version of org? Some things to try: Remove the compiled lisp files (*.elc). Edit org-install.el and type in some garbage. If emacs is trying to load this library it should blow up with an error. My default ubuntu emacs22 doesn't have any org packages loaded by default. Try doing an apt-cache purge org-mode, which should completely remove the Ubuntu version if it's installed. Ian.