From: Bastien <bzg@altern.org>
To: Chris Henderson <henders254@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: global keys not working on version 20130401
Date: Wed, 03 Apr 2013 12:31:09 +0200 [thread overview]
Message-ID: <87bo9vucr6.fsf@bzg.ath.cx> (raw)
In-Reply-To: <CAFrmxDcBE-KgA-Kv2Y52eWqLr5wvk6e8GC9OFRsvAjFoV6eugQ@mail.gmail.com> (Chris Henderson's message of "Wed, 3 Apr 2013 19:44:35 +1100")
Hi Chris,
Chris Henderson <henders254@gmail.com> writes:
> I have installed version 20130401 on emacs 24.3 on os x mountain lion
> via M-x package list. But my global keys don't seem to be working. I
> get an error:
See this excerpt from http://orgmode.org/elpa.html:
,----
| By default, Emacs loads packages after it loads your Emacs init file.
|
| We recommend intializing packages as early as possible in your Emacs
| init file so that your Org configuration will be correctly handled:
|
| ;; -*- emacs-lisp -*-
| (package-initialize) ;; Initialize & Install Package
| ;; (setq org-...) ;; Your custom settings
|
| The package initialization should happen before you require Org and
| set any Org options.
`----
You surely need to add (package-initialize) before Org options in your
.emacs. Otherwise, Emacs will load the built-in Org and you will end
up with mixed autoloads.
HTH,
--
Bastien
next prev parent reply other threads:[~2013-04-03 10:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-03 8:44 global keys not working on version 20130401 Chris Henderson
2013-04-03 10:31 ` Bastien [this message]
2013-04-04 8:38 ` Chris
2013-04-04 10:14 ` Bastien
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=87bo9vucr6.fsf@bzg.ath.cx \
--to=bzg@altern.org \
--cc=emacs-orgmode@gnu.org \
--cc=henders254@gmail.com \
/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).