emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Clock table not responding to :tags?


From: Bernt Hansen
Subject: Re: [O] Clock table not responding to :tags?
Date: Thu, 10 Mar 2011 22:31:42 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

John Hendy <address@hidden> 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)

>
>> Someone with more OSX experience will probably need to chime in with
>> suggestions here.
>>
>
> That would be great.
>
> John

-- 
Bernt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]