From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: K T <saultigh@fastmail.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: installing contrib
Date: Sun, 16 Jan 2011 18:02:38 +0000 [thread overview]
Message-ID: <878vykvi9t.fsf@ucl.ac.uk> (raw)
In-Reply-To: <8A2124C2-8BEB-415E-85F2-54467E5FA688@fastmail.net> (K. T.'s message of "Sun, 16 Jan 2011 10:48:08 +0000")
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)
prev parent reply other threads:[~2011-01-16 18:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-16 10:48 installing contrib K T
2011-01-16 18:02 ` Eric S Fraga [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878vykvi9t.fsf@ucl.ac.uk \
--to=e.fraga@ucl.ac.uk \
--cc=emacs-orgmode@gnu.org \
--cc=saultigh@fastmail.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).