Re: [O] Can't install org-plus-contrib from org elpa

2017-01-25 Thread Kaushal Modi
On Wed, Jan 25, 2017 at 3:25 PM Lawrence Bottorff wrote: > I'm trying a clean install with this in my init.el > > (require 'package) > (add-to-list 'package-archives > '("melpa-stable" . "http://melpa-stable.milkbox.net/packages/";)) > Not related to your question, but this link has been updat

[O] Can't install org-plus-contrib from org elpa

2017-01-25 Thread Lawrence Bottorff
I'm trying a clean install with this in my init.el (require 'package) (add-to-list 'package-archives '("melpa-stable" . "http://melpa-stable.milkbox.net/packages/";)) (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/";)) ;; Initialize all the ELPA packages (what is install