On Thu, Mar 10, 2011 at 9:31 PM, Bernt Hansen <be...@norang.ca> wrote:
> John Hendy <jw.he...@gmail.com> 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
>

Reply via email to