* installing contrib
@ 2011-01-16 10:48 K T
2011-01-16 18:02 ` Eric S Fraga
0 siblings, 1 reply; 2+ messages in thread
From: K T @ 2011-01-16 10:48 UTC (permalink / raw)
To: emacs-orgmode
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?
Thank you in advance,
Costa
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: installing contrib
2011-01-16 10:48 installing contrib K T
@ 2011-01-16 18:02 ` Eric S Fraga
0 siblings, 0 replies; 2+ messages in thread
From: Eric S Fraga @ 2011-01-16 18:02 UTC (permalink / raw)
To: K T; +Cc: emacs-orgmode
K T <saultigh@fastmail.net> 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)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-16 18:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-16 10:48 installing contrib K T
2011-01-16 18:02 ` Eric S Fraga
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).