From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Wittern Subject: Re: Preventing Org from being installed by elpa Date: Wed, 21 Dec 2016 18:47:37 +0900 Message-ID: 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; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJdUx-0002kY-Pg for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 04:47:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJdUu-00082E-Mo for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 04:47:47 -0500 Received: from mail-pg0-x244.google.com ([2607:f8b0:400e:c05::244]:33448) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cJdUu-000811-Hn for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 04:47:44 -0500 Received: by mail-pg0-x244.google.com with SMTP id g1so13947999pgn.0 for ; Wed, 21 Dec 2016 01:47:42 -0800 (PST) Received: from [192.168.0.5] (119-231-22-59f1.kyt1.eonet.ne.jp. [119.231.22.59]) by smtp.gmail.com with ESMTPSA id a7sm45311227pfl.87.2016.12.21.01.47.39 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Dec 2016 01:47:40 -0800 (PST) In-Reply-To: <2016-12-20T21-04-43@devnull.Karl-Voit.at> 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: emacs-orgmode@gnu.org On 12/21/2016 05:07 AM, Karl Voit wrote: > I got the tipp of creating «~/.emacs.d/elpa/org-30000101/org-pkg.el» > 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). Hmm, this sounds like what I want. However, when I try this, Emacs tells me: (file-error "Cannot open load file" "no such file or directory" "/home//.emacs.d/elpa/org-30000101/org-autoloads") load("/home//.emacs.d/elpa/org-30000101/org-autoloads" nil t) Is there a way to avoid this? All the best, Christian -- Christian Wittern, Kyoto