From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: how to use contrib packages through ELPA (specifically org-export) Date: Sun, 19 Aug 2012 16:21:50 +0530 Message-ID: <87harz6to9.fsf@gmail.com> References: <871uj4xhzq.fsf@gmx.com> <87k3ww2e3e.fsf@gmail.com> <87vcggvskv.fsf@gmx.com> <87d32nj3h2.fsf@gmail.com> <87mx1rb8io.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T336M-0004OI-Ho for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 06:51:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T336K-0004ak-TU for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 06:51:26 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:35476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T336K-0004ac-MX for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 06:51:24 -0400 Received: by pbbro12 with SMTP id ro12so6208138pbb.0 for ; Sun, 19 Aug 2012 03:51:23 -0700 (PDT) In-Reply-To: <87mx1rb8io.fsf@Rainer.invalid> (Achim Gratz's message of "Sun, 19 Aug 2012 10:17:35 +0200") 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: Achim Gratz Cc: emacs-orgmode@gnu.org Achim Gratz writes: > Jambunathan K writes: >> (Sometime back, I had made a request to Achim to >> port my ELPA changes to the new build system. I hope it is in his TODO >> list. Achim, are you there?) > > These changes are just what's in 395098f6f1 or is there more? You may want to start with what is in: http://repo.or.cz/w/org-mode/org-jambu.git/blob_plain/777f5cbe42084a8bbd711c54f519f7d5d987d7ec:/Makefile The target to look for is `pkg'. Mainline version 1. Doesn't update `archive-contents' which is necessary in order to browse packages in the repo with `list-packages'. My private version does it with `package-upload-file'. 2. Doesn't create README file. 3. Packs the whole repo. My private version packs just the "original" org-odt.el and style files. Send me a private mail if you have questions. --