From: Sebastian Rose <sebastian_rose@gmx.de>
To: Kyle Sexton <ks@mocker.org>
Cc: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Choosing local org package instead of sitewide
Date: Wed, 08 Jul 2009 21:29:06 +0200 [thread overview]
Message-ID: <87r5wrezy5.fsf@kassiopeya.MSHEIMNETZ> (raw)
In-Reply-To: <a6b4a2050907081157i21382c06k70396779e92ab3ac@mail.gmail.com> (Kyle Sexton's message of "Wed, 8 Jul 2009 13:57:57 -0500")
Kyle Sexton <ks@mocker.org> writes:
> I would like to run a local copy of org pulled from the latest git instead
> of the sitewide version installed with emacs. How can I specify that emacs
> should use the copy in my ~/elisp/org directory instead of the sitewide
> version?
>
> Probably a simple question, but deleting the sitewide org directory doesn't
> seem like the right solution. :P
Hm - depends on how you install emacs. I follow the CVS emacs as well
and remove the /usr/local/share/emacs/23.X.Y/lisp/org/ directory after
each re-install.
But:
http://www.emacswiki.org/emacs/LoadPath states:
The variable load-path lists all the directories where Emacs should
look for elisp files. They are searched in order. The first file
found is used, therefore the order of the directories might be
relevant.
This should use the GIT version (assumed it's in ~/.emacs.d/lisp/org):
(add-to-list 'load-path "~/.emacs.d/lisp/org/")
Sebastian
next prev parent reply other threads:[~2009-07-08 19:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-08 18:57 Choosing local org package instead of sitewide Kyle Sexton
2009-07-08 19:29 ` Sebastian Rose [this message]
2009-07-08 19:31 ` Sebastian Rose
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r5wrezy5.fsf@kassiopeya.MSHEIMNETZ \
--to=sebastian_rose@gmx.de \
--cc=emacs-orgmode@gnu.org \
--cc=ks@mocker.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.