From mboxrd@z Thu Jan 1 00:00:00 1970 From: Seth Mason Subject: Question about org-plus-contrib elpa Date: Mon, 6 May 2013 10:35:21 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZPKE-0002FT-1L for emacs-orgmode@gnu.org; Mon, 06 May 2013 13:35:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZPKB-0006Pp-FD for emacs-orgmode@gnu.org; Mon, 06 May 2013 13:35:45 -0400 Received: from mail-vc0-f176.google.com ([209.85.220.176]:38978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZPKA-0006Pi-QJ for emacs-orgmode@gnu.org; Mon, 06 May 2013 13:35:42 -0400 Received: by mail-vc0-f176.google.com with SMTP id ib11so3247413vcb.21 for ; Mon, 06 May 2013 10:35:41 -0700 (PDT) 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: emacs-orgmode@gnu.org According to http://orgmode.org/elpa.html the org-plus-contrib package has all the files in the /contrib directory but it looks like it's only grabbing the files that begin with "org-". None of the "ox-" or "ob-" are in the repo. Looks like this line in servers.mk is the culprit: elpaplus-dirty elpaplus-up: ORG_ADD_CONTRIB=org-* Is this an oversight or by design? Thanks.