emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Can't install org-plus-contrib from org elpa
@ 2017-01-25 20:24 Lawrence Bottorff
  2017-01-25 20:36 ` Kaushal Modi
  0 siblings, 1 reply; 2+ messages in thread
From: Lawrence Bottorff @ 2017-01-25 20:24 UTC (permalink / raw)
  To: emacs-orgmode Mailinglist

[-- Attachment #1: Type: text/plain, Size: 852 bytes --]

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 installed using the packages
commands)
(package-initialize)

(when (not package-archive-contents)
  (package-refresh-contents))


(defvar my-packages
  '(;; org mode
    org
    ;; org mode plus contrib
    org-plus-contrib))


(dolist (p my-packages)
  (when (not (package-installed-p p))
    (package-install p)))


eval-buffer-ing this gives

package-compute-transaction: Package ‘org-plus-contrib-’ is unavailable

It's as if it's looking for a specific org-plus-contrib-xxxx.tar ? Never
had this problem before.

LB

[-- Attachment #2: Type: text/html, Size: 1520 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-25 20:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-25 20:24 Can't install org-plus-contrib from org elpa Lawrence Bottorff
2017-01-25 20:36 ` Kaushal Modi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).