From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graham Smith Subject: Re: In response to: .emacs works on Mac but not on Ubuntu Date: Wed, 17 Jun 2009 18:30:47 +0100 Message-ID: <2c75873c0906171030h52958149gdf46ed12166b9ca1@mail.gmail.com> References: <2c75873c0906161431j372dc264p303b5d35f4c230b5@mail.gmail.com> <14350.1245190338@gamaville.dokosmarshall.org> <2c75873c0906170840mf1da806g4ab5e98955e322e6@mail.gmail.com> <4A3918B5.5090905@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGyyM-00011Q-2v for emacs-orgmode@gnu.org; Wed, 17 Jun 2009 13:30:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGyyH-0000yi-CM for emacs-orgmode@gnu.org; Wed, 17 Jun 2009 13:30:53 -0400 Received: from [199.232.76.173] (port=59245 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGyyH-0000yd-5i for emacs-orgmode@gnu.org; Wed, 17 Jun 2009 13:30:49 -0400 Received: from mail-bw0-f227.google.com ([209.85.218.227]:49554) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MGyyG-00039m-P2 for emacs-orgmode@gnu.org; Wed, 17 Jun 2009 13:30:48 -0400 Received: by bwz27 with SMTP id 27so18269bwz.42 for ; Wed, 17 Jun 2009 10:30:47 -0700 (PDT) In-Reply-To: <4A3918B5.5090905@manor-farm.org> 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 I really don't understand why, but I have written out the paths in full and it seems to work now (setq load-path (cons "/home/graham/EmacsAddIns/OrgMode/lisp" load-path)) (setq load-path (cons "/home/graham/EmacsAddIns/OrgMode/contrib/lisp" load-path)) Can anyone see any obvious differences between what I posted earlier and what I have now. Below is what wouldn't work (setq load-path (cons "~/EmacsAddins/OrgMode/lisp" load-path)) (setq load-path (cons "~/EmacsAddins/OrgMode/contrib/lisp" load-path)) Thanks for everyones help. Graham