From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: installing the OpenDocumentText Exporter Date: Mon, 13 Jun 2011 09:51:43 +0530 Message-ID: <81r56yxsx4.fsf@gmail.com> References: 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]:39269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVyf2-0005rG-Gz for Emacs-orgmode@gnu.org; Mon, 13 Jun 2011 00:22:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QVyf0-0000cg-QT for Emacs-orgmode@gnu.org; Mon, 13 Jun 2011 00:22:00 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:47918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVyf0-0000cO-KI for Emacs-orgmode@gnu.org; Mon, 13 Jun 2011 00:21:58 -0400 Received: by pzk4 with SMTP id 4so2337175pzk.0 for ; Sun, 12 Jun 2011 21:21:57 -0700 (PDT) In-Reply-To: (Julian Burgos's message of "Mon, 13 Jun 2011 02:47:59 +0000") 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: Julian Burgos Cc: Emacs-orgmode@gnu.org Julian Burgos writes: > Apologies for the basic question. I need some help installing the > OpenDocumentText Exporter using the ELPA (package manager). I=B4ve > added the org-odt repository by adding this to my .emacs file: > > (setq package-archives '(("ELPA" . "http://tromey.com/elpa/") > ("gnu" . "http://elpa.gnu.org/packages/") > ("org-odt" . > "http://repo.or.cz/w/org-mode/org-jambu.git/blob_plain/HEAD:/packages/") > )) >=20=09=09=09=09 > but the OpenDocumentText Exporter does not show up in the list of > available packages. What I am missing? I am not sure what the problem could be at your end. Does the archive-contents get downloaded succesfully? Are you able to see packages from the other repos? Does the package manager report any problems in the *Messages* buffer.=20 I ran M-x list-packages with the settings that you have. I see that archive-contents file is getting succesfully downloaded. I see the following line in the *Packages* buffer.=20 --8<---------------cut here---------------start------------->8--- org-odt 20110519 available OpenDocumentText exporter for Orgmode --8<---------------cut here---------------end--------------->8--- I see following lines in the *Messages* buffer: --8<---------------cut here---------------start------------->8--- Contacting host: tromey.com:80 Reading [text/plain]... 11k of 11k (100%) Reading... done. Saving file c:/Documents and Settings/kjambunathan/My Documents/My Data/.em= acs.d/elpa/archives/ELPA/archive-contents... Wrote c:/Documents and Settings/kjambunathan/My Documents/My Data/.emacs.d/= elpa/archives/ELPA/archive-contents Contacting host: elpa.gnu.org:80 Reading [text/plain]... 738 bytes of 726 bytes (102%) Reading... done. Saving file c:/Documents and Settings/kjambunathan/My Documents/My Data/.em= acs.d/elpa/archives/gnu/archive-contents... Wrote c:/Documents and Settings/kjambunathan/My Documents/My Data/.emacs.d/= elpa/archives/gnu/archive-contents Contacting host: repo.or.cz:80=20 Saving file c:/Documents and Settings/kjambunathan/My Documents/My Data/.em= acs.d/elpa/archives/org-odt/archive-contents... Wrote c:/Documents and Settings/kjambunathan/My Documents/My Data/.emacs.d/= elpa/archives/org-odt/archive-contents --8<---------------cut here---------------end--------------->8--- > > Many thanks, > > Julian --=20