From: Pankaj Jangid <pankaj@codeisgreat.org>
To: Tim Cross <theophilusx@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Ignored bugs
Date: Wed, 18 Nov 2020 12:14:11 +0530 [thread overview]
Message-ID: <m2ima35flw.fsf@codeisgreat.org> (raw)
In-Reply-To: <878saz48om.fsf@gmail.com> (Tim Cross's message of "Wed, 18 Nov 2020 14:59:05 +1100")
Tim Cross <theophilusx@gmail.com> writes:
>> I am trying to use `use-package' for package management via the init
>> file. And when I do (use-package org :ensure t) it doesn't install the
>> latest. It uses the builtin package only. Is this a bug in emacs,
>> use-package or elpa?
>
> Not a bug at all. You have to configure your emacs to obtain the latest
> version from the org (or MELPA?) repository.
>
> If you really want the most recent org version, you need to add the org
> ELPA repository to your packages.el repository list. I have the
> following in my setup -
>
> (add-to-list 'package-archives `("melpa" . "https://melpa.org/packages/"))
> (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/"))
Okay. I don't have org-elpa in my list. But Org 9.4 is visible in the
`gnu' archive. I have this in my configuration
(custom-set-variables
'(package-archives '(("melpa" . "https://melpa.org/packages/")
("gnu" . "https://elpa.gnu.org/packages/"))))
When I install it manually via package-install it gets installed. But
(use-package org :ensure t) doesn't install it. Probably the order is
affecting it.
next prev parent reply other threads:[~2020-11-18 6:47 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-17 18:41 Ignored bugs Boruch Baum
2020-11-17 19:51 ` Daniele Nicolodi
2020-11-17 20:15 ` Boruch Baum
2020-11-17 20:27 ` Daniele Nicolodi
2020-11-17 20:54 ` Boruch Baum
2020-11-17 21:36 ` Jean Louis
2020-11-17 23:42 ` Tim Cross
2020-11-18 4:04 ` Ihor Radchenko
2020-12-14 6:55 ` Bastien
2020-11-18 2:50 ` Pankaj Jangid
2020-11-18 3:59 ` Tim Cross
2020-11-18 6:44 ` Pankaj Jangid [this message]
2020-11-18 6:50 ` Jean Louis
2020-11-18 7:32 ` Tim Cross
2020-11-18 6:03 ` Jean Louis
2020-11-18 6:50 ` Pankaj Jangid
2020-12-14 7:14 ` Bastien
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2ima35flw.fsf@codeisgreat.org \
--to=pankaj@codeisgreat.org \
--cc=emacs-orgmode@gnu.org \
--cc=theophilusx@gmail.com \
/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 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).