emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] installing contrib


From: Eric S Fraga
Subject: Re: [Orgmode] installing contrib
Date: Sun, 16 Jan 2011 18:02:38 +0000
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

K T <address@hidden> writes:

> Hi,
>
> I don't know how to install the contents of the contrib folder. I need
> especially the mac specific additions. Is just the copying of the .el
> files in my site-lisp directory enough?

No need to copy; simply add that directory (aka folder) to the load
path:

(add-to-list 'load-path ".../contrib/lisp")

where the dots in the last argument should be replaced by the full path
to wherever org has been placed on your system.  On my system, I do:

(add-to-list 'load-path "~/git/org-mode/contrib/lisp/")

HTH.

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.199.g8be1.dirty)



reply via email to

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