From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Vladimir Alexiev" Subject: Re: org-plus-contrib should provide org Date: Fri, 1 Aug 2014 19:50:07 +0300 Message-ID: <15293.0143791766$1406911872@news.gmane.org> References: <877g4l6q33.fsf@bzg.ath.cx> Reply-To: vladimir.alexiev@ontotext.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDG28-0005AK-Jb for emacs-orgmode@gnu.org; Fri, 01 Aug 2014 12:50:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDG22-0005WC-DA for emacs-orgmode@gnu.org; Fri, 01 Aug 2014 12:50:20 -0400 In-Reply-To: <877g4l6q33.fsf@bzg.ath.cx> Content-Language: en-us 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: 'Bastien' Cc: emacs-orgmode@gnu.org > > The org-plus-contrib package on http://orgmode.org/elpa/ should provide org-8.0 > Why do you think it does not? To be frank, I'm not sure how packages declare what they provide. org-plus-contrib has this (define-package "org-plus-contrib" "20140526" "Outline-based notes management and organizer" 'nil) While org has that: (define-package "org" "20140526" "Outline-based notes management and organizer" 'nil) All I know is that when I install something like org-reveal: (define-package "ox-reveal" "20140409.929" "reveal.js Presentation Back-End for Org Export Engine" '((org "8.0")) :keywords ("outlines" "hypermedia" "slideshow" "presentation")) (the second line starts with the REQUIREMENTS param of define-package) it goes and installs org, even though I have org-plus-contribs.