From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: [OT] Requiring packages which may be missing? Date: Mon, 24 Apr 2017 18:07:07 -0500 Message-ID: <87k269l810.fsf@alphapapa.net> References: <8760hudw4g.fsf@fu-berlin.de> <87o9vmkt52.fsf@alphapapa.net> <87mvb5c2xb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2n4n-0005fI-Cn for emacs-orgmode@gnu.org; Mon, 24 Apr 2017 19:07:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d2n4g-0007dg-5m for emacs-orgmode@gnu.org; Mon, 24 Apr 2017 19:07:22 -0400 Received: from [195.159.176.226] (port=44953 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d2n4f-0007cN-Vj for emacs-orgmode@gnu.org; Mon, 24 Apr 2017 19:07:18 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1d2n4U-00089R-QP for emacs-orgmode@gnu.org; Tue, 25 Apr 2017 01:07:06 +0200 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 Tim Cross writes: > You do need to be careful when sharing your .emacs.d between machines to > ensure you use something like gitignore to exclude things you may not > want to share across systems (such as auto-save files, various command > history files etc). Yes, that's a good point. You should either exclude/ignore them, or just never commit them. > With respect to packages changing, you can use the options in elpa to > pin a package to a specific version. The use-package macro also support > this. Note that you can't install old versions of packages with package.el. Once a newer version is available, the old version is deleted from MELPA. You'd need to use a different tool, like Quelpa.