From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [ANN] ELPA Repo for org-html/org-odt Date: Thu, 19 May 2011 10:59:55 +0530 Message-ID: <81zkmjdzqk.fsf@gmail.com> References: <811v21sjy9.fsf@gmail.com> <811uzv38dz.fsf@gmail.com> <81wrhn1to6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMvoR-0007D8-Mp for emacs-orgmode@gnu.org; Thu, 19 May 2011 01:30:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMvoQ-0007Hl-E2 for emacs-orgmode@gnu.org; Thu, 19 May 2011 01:30:19 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:55499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMvoQ-0007Hf-96 for emacs-orgmode@gnu.org; Thu, 19 May 2011 01:30:18 -0400 Received: by pwi12 with SMTP id 12so1485975pwi.0 for ; Wed, 18 May 2011 22:30:17 -0700 (PDT) In-Reply-To: (suvayu ali's message of "Wed, 18 May 2011 21:58:29 -0700") 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: suvayu ali Cc: emacs-orgmode@gnu.org suvayu ali writes: > Hi Jambunathan, > > On Wed, May 18, 2011 at 4:21 PM, Jambunathan K wrote: >> >> Additional note: >> >>> The archive URL for consumption by the package manager is this: >>> http://repo.or.cz/w/org-mode/org-jambu.git/blob_plain/HEAD:/packages/. >> >> You cannot browse to this URL. However you will be able to point the >> package manager to it and have it work just fine. >> > > Its not working for me. I get this error. > > Debugger entered--Lisp error: (error "Error during download request: Not Found") > signal(error ("Error during download request: Not Found")) > error("Error during download request:%s" " Not Found") > package-handle-response() > package--download-one-archive(("jambu" . > "http://repo.or.cz/w/org-mode/org-jambu.git/blob_plain/HEAD:/packages/") > "archive-contents") Thanks for reporting this. I had forgotten to push the 'archive-contents' file. This is fixed now. Btw, if you Test Drive the exporter, with `C-u M-x org-odt-unit-test' you are likely to see that embedded images (Unicorn Logo) in the exported html/odt file being corrupt. This is *NOT* an issue with the org-odt-* package or a bug in org-odt.el but in a bug Emacs-24 package manager. I will file a bug report with Emacs after some investigation. Thanks, Jambunathan K.