From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: how to use contrib packages through ELPA (specifically org-export) Date: Sun, 19 Aug 2012 09:14:59 +0200 Message-ID: <87fw7jthx9.fsf@altern.org> References: <871uj4xhzq.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T30ga-00022b-L8 for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 04:16:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T30gZ-0007wd-K6 for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 04:16:40 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:35590) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T30gZ-0007tr-EF for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 04:16:39 -0400 Received: by mail-wi0-f169.google.com with SMTP id hm2so2418799wib.0 for ; Sun, 19 Aug 2012 01:16:39 -0700 (PDT) In-Reply-To: <871uj4xhzq.fsf@gmx.com> (Eric Schulte's message of "Sat, 18 Aug 2012 10:49:45 -0600") 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: Eric Schulte Cc: Org Mode Mailing List Hi Eric, Eric Schulte writes: > I'd like to put together an ELPA package for org-ehtml [1], but it has > dependencies not only on Org-mode but also on org-export (which is in > contrib). Is there a way to require contrib packages through ELPA, or > should I just package up org-export into its own ELPA package? >From the comment section in package.el: ;; The downloader downloads all dependent packages. But perhaps Tom Tromey can explain how it works. -- Bastien