all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: VanL <van@scratch.space>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 36127@debbugs.gnu.org
Subject: bug#36127: 26.1, openbsd-6.5; org-9.2.3 package fails to install
Date: Tue, 9 Jul 2019 16:52:26 +1000	[thread overview]
Message-ID: <D19A0914-F176-45F4-A002-6D62045D8F1F@scratch.space> (raw)
In-Reply-To: <87ef30ezcg.fsf@mouse.gnus.org>


> On 9 Jul 2019, at 12:06, Lars Ingebrigtsen <larsi@gnus.org> wrote:
> 
> I'm not quite sure I follow -- you try to install org from ELPA, but it
> fails?  Do you get any error messages?

Yes, there was an error message but I've forgotten it.

What I did was list and install packages without any settings for package-archives in the init.el.  This was possible for which-key and hyperbole.  The install process failed to complete for org from gnu/elpa.  

Setting the ("org" . "https://orgmode.org/elpa/") as part of package-archives enabled org from orgmode/elpa to install.

To be clear. Without the following section at the top of init.el, I was able to install which-key and hyperbole but not org.

--8<---------------cut here---------------start------------->8---
;;; package management
(require 'package)
(package-initialize)
(setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/")
			 ("org" . "https://orgmode.org/elpa/")
			 ("melpa" . "https://melpa.org/packages/")))
--8<---------------cut here---------------end--------------->8---






  reply	other threads:[~2019-07-09  6:52 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-07 12:33 bug#36127: 26.1, openbsd-6.5; org-9.2.3 package fails to install Van L
2019-07-09  2:06 ` Lars Ingebrigtsen
2019-07-09  6:52   ` VanL [this message]
2019-07-09 12:12     ` Lars Ingebrigtsen
2019-07-09 12:56       ` VanL
2019-07-09 13:36         ` Lars Ingebrigtsen
2019-07-09 13:51           ` Noam Postavsky
2019-07-09 13:52           ` Stefan Kangas
2019-07-09 13:54             ` Lars Ingebrigtsen
2019-07-09 14:00           ` Andreas Schwab
2019-10-10 18:56         ` Stefan Kangas
2019-10-10 23:43           ` VanL
2019-10-11 13:43             ` Stefan Kangas
2019-10-12  6:28               ` VanL
2019-10-12  8:07                 ` Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D19A0914-F176-45F4-A002-6D62045D8F1F@scratch.space \
    --to=van@scratch.space \
    --cc=36127@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.