From mboxrd@z Thu Jan 1 00:00:00 1970 From: phillip.lord@russet.org.uk (Phillip Lord) Subject: Re: Preventing Org from being installed by elpa Date: Wed, 21 Dec 2016 12:40:01 +0000 Message-ID: <87fulh317i.fsf@russet.org.uk> References: <87h960wuq9.fsf@ericabrahamsen.net> <2016-12-20T21-04-43@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJgBn-0007LP-9V for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 07:40:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJgBk-00071g-7i for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 07:40:11 -0500 Received: from mailgw.mycpanelcloud.co.uk ([185.116.214.213]:25125) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cJgBj-0006zg-SB for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 07:40:08 -0500 Received: from localhost (localhost [127.0.0.1]) by mailgw.mycpanelcloud.co.uk (Postfix) with ESMTP id 4A247C4996 for ; Wed, 21 Dec 2016 12:39:44 +0000 (GMT) Received: from mailgw.mycpanelcloud.co.uk (localhost [127.0.0.1]) by mailgw.mycpanelcloud.co.uk (Postfix) with ESMTP id 9910CC489E for ; Wed, 21 Dec 2016 12:39:40 +0000 (GMT) Received: from cloud103.planethippo.com (cloud103.planethippo.com [31.216.48.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailgw.mycpanelcloud.co.uk (Postfix) with ESMTPS id 3E50BC46BD for ; Wed, 21 Dec 2016 12:39:40 +0000 (GMT) In-Reply-To: (Karl Voit's message of "Tue, 20 Dec 2016 21:07:19 +0100") 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" To: Karl Voit Cc: Karl Voit , emacs-orgmode@gnu.org Karl Voit writes: > * Eric Abrahamsen wrote: >> >> Actually, I have a third: the plain old Org package from the >> package repos, because I've installed other packages that require >> it. (Another gripe: why isn't the loading of a file containing >> (provide 'org) enough to tell the package manager not to install >> another one?) > > I got the tipp of creating =C2=AB~/.emacs.d/elpa/org-30000101/org-pkg.el= =C2=BB > with: > (define-package "org" "30000101" "Dummy org mode package" 'nil) > > And this simulates the fulfilled dependency so that my git version > of Org-mode is the only one installed (besides maybe the default one > from Emacs). You could probably do something with package-pinned-packages also. This is probably something that package.el should support, so when not submit a bug report?