all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org-mode from elpa not loaded
@ 2024-06-04  5:37 Pedro Andres Aranda Gutierrez
  2024-06-04  6:12 ` Philip Kaludercic
  0 siblings, 1 reply; 2+ messages in thread
From: Pedro Andres Aranda Gutierrez @ 2024-06-04  5:37 UTC (permalink / raw)
  To: emacs-devel

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

hi,
just confirming if this is a bug or me not reading the manuals...

A minimal init.el

-----
(package-initialize)
(package-refresh-contents)

(use-package org
  :ensure t
  :pin gnu)
-----
I was expecting it to load org-mode 9.7.2 from elpa, but instead, with M-x
p-l-p, I see that org-mode version is the built-in 9.6.5

Pointers appreciated...
Thx, /PA
-- 
Fragen sind nicht da, um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet

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

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

* Re: org-mode from elpa not loaded
  2024-06-04  5:37 org-mode from elpa not loaded Pedro Andres Aranda Gutierrez
@ 2024-06-04  6:12 ` Philip Kaludercic
  0 siblings, 0 replies; 2+ messages in thread
From: Philip Kaludercic @ 2024-06-04  6:12 UTC (permalink / raw)
  To: Pedro Andres Aranda Gutierrez; +Cc: emacs-devel

Pedro Andres Aranda Gutierrez <paaguti@gmail.com> writes:

> hi,
> just confirming if this is a bug or me not reading the manuals...
>
> A minimal init.el
>
> -----
> (package-initialize)
> (package-refresh-contents)
>
> (use-package org
>   :ensure t
>   :pin gnu)
> -----
> I was expecting it to load org-mode 9.7.2 from elpa, but instead, with M-x
> p-l-p, I see that org-mode version is the built-in 9.6.5

You should report this as a bug, and specifically check if the /elpa/
directory contains any org-... entry.

> Pointers appreciated...
> Thx, /PA

-- 
	Philip Kaludercic on peregrine



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

end of thread, other threads:[~2024-06-04  6:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-04  5:37 org-mode from elpa not loaded Pedro Andres Aranda Gutierrez
2024-06-04  6:12 ` Philip Kaludercic

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.