From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Clock table not responding to :tags? Date: Fri, 11 Mar 2011 10:24:42 -0600 Message-ID: References: <87r5aeflf1.fsf@norang.ca> <87mxl2fk2z.fsf@norang.ca> <3742.1299859648@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=54674 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Py58v-0004qU-Gu for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 11:24:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Py58u-000708-6Y for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 11:24:45 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:58272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Py58t-0006zj-Up for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 11:24:44 -0500 Received: by bwz17 with SMTP id 17so3249892bwz.0 for ; Fri, 11 Mar 2011 08:24:43 -0800 (PST) In-Reply-To: <3742.1299859648@alphaville.dokosmarshall.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: nicholas.dokos@hp.com Cc: Bernt Hansen , emacs-orgmode On Fri, Mar 11, 2011 at 10:07 AM, Nick Dokos wrote: > John Hendy wrote: > >> ... >> Well, so far I should only have one version? Or not since I installed >> emacs as well. I guess that could have overwritten some of the default >> packages or mingled with them? >> >> Even so, could I just add a: >> ,--- >> | (add-to-list 'load-path "~/.elisp/org.git/lisp") >> `--- >> >> and be alright? >> > > Yes, although you might want to add the contrib/lisp directory too if you > are using anything from there. =C2=A0You can use locate-library to make s= ure that > emacs is loading a file from the place where you expect it to: > Yeah, sorry... I've just been posting the explicitly relevant stuff. I have contrib/lisp in there as well for other stuff as well as the scripts dir for ditta (I think that's why that's there). > M-x locate-library org > M-x locate-library org-clock > That's *fantastic*. Had no idea. I will definitely try that. Specifically (kicking myself as I write this and realize what a dummy I was), I want to remove the loading of ~/.elisp/org.git, restart emacs and see what it's using. Then I want to check my prefix in the orgmode Makefile. Again, shivering as I write this, I realize I never checked that and am now thinking that 'make install' installed to /usr perhaps while all the default directories are, say, at /usr/local. Not sure, but I'm wondering about that now. > and so on for each file (although it would be pretty weird if it loaded > some files from one place and some from another). Also take a very > careful look at your load-path. That is my first knee-jerk response > every time I see weirdness. > Thanks for the input -- it's much appreciated. John > Nick > >