emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Daniel Clemente <n142857@gmail.com>
To: Bruce Hackett <Bruce.Hackett@met.no>
Cc: emacs-orgmode@gnu.org
Subject: Re: Command key problem in agenda view
Date: Fri, 16 Jan 2009 14:26:25 +0100	[thread overview]
Message-ID: <87eiz39ybi.fsf@CPU107.opentrends.net> (raw)
In-Reply-To: <497075DB.1020603@met.no> (Bruce Hackett's message of "Fri, 16 Jan 2009 11:56:11 +0000")


> However, there is another small issue here: Isn't there a better way to locally
> install an updated version of an emacs package that comes with a centrally
> managed OS? In my case, there is an enterprise-wide installation of emacs that I
> cannot change - I had to ask a system administrator to make the filename change
> for me.

  Well, yes; many people do that. You just install your files in a local directory (I use ~/.emacs.d/, for instance ~/.emacs.d/org-6.17c) and ask Emacs to use it; in your .emacs.el:
  (add-to-list 'load-path "~/.emacs.d/org-6.17c/lisp") (require 'org-install)

  Automatically, Emacs loads the one you specified instead of the global one. I think it is because add-to-list adds elements at the beginning of the list, therefore with more priority. Check: C-h v load-path RET

  I never had the problem of a global file overwriting my settings; Emacs behaves very well with that.


-- Daniel

  reply	other threads:[~2009-01-16 13:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-15 21:23 Command key problem in agenda view Bruce Hackett
2009-01-16  8:17 ` Daniel Clemente
2009-01-16 11:56   ` Bruce Hackett
2009-01-16 13:26     ` Daniel Clemente [this message]
2009-01-16 15:37       ` Bruce Hackett
2009-01-21 11:35         ` Daniel Clemente
2009-01-21 11:44           ` Carsten Dominik

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=87eiz39ybi.fsf@CPU107.opentrends.net \
    --to=n142857@gmail.com \
    --cc=Bruce.Hackett@met.no \
    --cc=emacs-orgmode@gnu.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 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).