From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: org unavailable in ELPA package manager Date: Tue, 26 Jul 2011 19:26:08 +0530 Message-ID: <81y5zl9mdj.fsf@gmail.com> References: <4E2C7150.5050107@gmail.com> <87r55ftfoc.fsf@gnu.org> <8739htrhpy.fsf@altern.org> <8162mpb2af.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qli7X-0000TU-Um for emacs-orgmode@gnu.org; Tue, 26 Jul 2011 09:56:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qli7W-0005vc-L8 for emacs-orgmode@gnu.org; Tue, 26 Jul 2011 09:56:27 -0400 Received: from mail-pz0-f49.google.com ([209.85.210.49]:39848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qli7W-0005vV-EL for emacs-orgmode@gnu.org; Tue, 26 Jul 2011 09:56:26 -0400 Received: by pzk33 with SMTP id 33so741987pzk.8 for ; Tue, 26 Jul 2011 06:56:25 -0700 (PDT) In-Reply-To: (Max Roberts-Zirker's message of "Tue, 26 Jul 2011 09:47:39 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Max Roberts-Zirker Cc: Bastien , emacs-orgmode@gnu.org Max Roberts-Zirker writes: > Thanks for sticking with me Jambunathan, > > C-h v package-archives RET reports no match also, though there do > appear to be commands: package-archive-base, > package-archive-upload-base, package-archive-version, and > package-archive-contents. C-h v package-archives MUST report something like as below. (("gnu" . "http://elpa.gnu.org/packages/")) > > Also, when I run M-x package-list-packages, it connects me to the=20 > tromey.com site and provides a list of available packages (INCLUDING > ORG in red, which I assume means it is already installed.) You aren't following the instructions correctly. ,---- | If you are using package.el from tromey.com then you need to delete it | from load-path. `---- Use M-x locate-library RET package RET and delete those package.el and package.elc files before installing the package.el file that the FAQ points to. Jambunathan K. > > Max... > > P.S. The ~/elisp file was successfully copied, and I'm no longer > getting a load-path error when I start emacs, so I think that solved > something.=A0 Thanks. > > > > On Tue, Jul 26, 2011 at 9:27 AM, Jambunathan K < > kjambunathan@gmail.com> wrote: > >=20=20=20=20 > > - I just successfully upgraded to Org-Mode version 7.6 using > the "How > > do I install Org-mode from a ELPA-compatible tarball?" section > from > > http://orgmode.org/worg/org-faq.html#installing-elpa >=20=20=20=20 > Good. But downloading by hand is kind of a pain. >=20=20=20=20 > > However, I'm not sure why this should have worked, since > > > > - M-x list-packages RET displays "[No match]" in the bottom > bar. >=20=20=20=20 > What does C-h v package-archives report? >=20=20=20=20 > > I'm not sure what to do with http://repo.or.cz/w/emacs.git/ > blob_plain > > /1a0a666f941c99882093d7bd08ced15033bc3f0c:/lisp/emacs-lisp/ > package.el > > but I assume since I'm now running Org-Mode 7.6 it is no longer > > necessary. >=20=20=20=20 > If you want to use package manager with emacs-23 this step is > necessary. Copy it to "~/elisp" and follow step 2. >=20=20=20=20 > Jambunathan K.