From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Clock table not responding to :tags? Date: Thu, 10 Mar 2011 21:54:04 -0600 Message-ID: References: <87r5aeflf1.fsf@norang.ca> <87mxl2fk2z.fsf@norang.ca> <87ipvqfi3l.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=36868 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxtQU-0006Hj-H0 for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 22:54:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxtQT-0007XR-Bf for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 22:54:06 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:56770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxtQT-0007XF-2i for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 22:54:05 -0500 Received: by bwz17 with SMTP id 17so2752037bwz.0 for ; Thu, 10 Mar 2011 19:54:04 -0800 (PST) In-Reply-To: <87ipvqfi3l.fsf@norang.ca> 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: Bernt Hansen Cc: emacs-orgmode On Thu, Mar 10, 2011 at 9:31 PM, Bernt Hansen wrote: > John Hendy writes: > >> >> 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? > > I use the following first in my .emacs > > (add-to-list 'load-path (expand-file-name "~/git/org-mode/lisp")) > (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode)) > (require 'org-install) Yeah, pretty much what I have, other than the expand-file-name bit. ~/.elisp/org.git is where I keep orgmode, down further I have the auto-mode-alist line and obviously requiring org-install. I think we're on the same page. Thanks for the assistance, John > >> >>> Someone with more OSX experience will probably need to chime in with >>> suggestions here. >>> >> >> That would be great. >> >> John > > -- > Bernt >