From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Clock table not responding to :tags? Date: Fri, 11 Mar 2011 11:07:28 -0500 Message-ID: <3742.1299859648@alphaville.dokosmarshall.org> References: <87r5aeflf1.fsf@norang.ca> <87mxl2fk2z.fsf@norang.ca> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=60234 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Py4t3-0006gt-U9 for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 11:08:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Py4t0-00039W-Ex for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 11:08:21 -0500 Received: from vms173013pub.verizon.net ([206.46.173.13]:34499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Py4t0-000395-Bt for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 11:08:18 -0500 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LHW00M9EI4GKY20@vms173013.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 10:07:42 -0600 (CST) In-reply-to: Message from John Hendy of "Thu, 10 Mar 2011 20:55:25 CST." 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: John Hendy Cc: Bernt Hansen , nicholas.dokos@hp.com, emacs-orgmode 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. You can use locate-library to make sure that emacs is loading a file from the place where you expect it to: M-x locate-library org M-x locate-library org-clock 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. Nick