emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* User
@ 2022-11-23 17:33 Paul Schlesinger
  2022-11-23 20:17 ` User Tim Cross
  2022-11-23 21:19 ` User Jeremie Juste
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Schlesinger @ 2022-11-23 17:33 UTC (permalink / raw)
  To: Orgmode

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

Have been using org mode for more than 10 years and package manager since
emacs 26.  When I moved to emacs 28, the included org package was 9.4x and
a nag message to install org from the elpa repository appeared everytime
an org file is processed.  I run emacs on windows and list-packages does
not show and "org" package to install although there are many "org-xxx"
packages.  Suggestions appreciated!

Paul H. Schlesinger MD, PhD
Washington University School of Medicine
Don't let your models of reality become confused with reality itself.

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

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

* Re: User
  2022-11-23 17:33 User Paul Schlesinger
@ 2022-11-23 20:17 ` Tim Cross
  2022-11-23 21:19 ` User Jeremie Juste
  1 sibling, 0 replies; 3+ messages in thread
From: Tim Cross @ 2022-11-23 20:17 UTC (permalink / raw)
  To: Paul Schlesinger; +Cc: emacs-orgmode


Paul Schlesinger <phschlesinger@gmail.com> writes:

> Have been using org mode for more than 10 years and package manager since emacs 26.  When I moved to emacs
> 28, the included org package was 9.4x and a nag message to install org from the elpa repository appeared everytime
> an org file is processed.  I run emacs on windows and list-packages does not show and "org" package to install
> although there are many "org-xxx" packages.  Suggestions appreciated!
>
> Paul H. Schlesinger MD, PhD
> Washington University School of Medicine
> Don't let your models of reality become confused with reality itself.

What is the setting for your package-archive variable? This is the
variable which tells Emacs what package archives to use. The default is

'(("gnu" . "https://elpa.gnu.org/packages/")
 ("nongnu" . "https://elpa.nongnu.org/nongnu/"))

You need to ensure the above two entries are in the list for
package-archive. Note that you may also have other repositories, such as
melpa, but you should have the two above repositories as a minimum.

It is also possible you have something in your .emacs or init.el file
which is preventing package.el from performing correctly. There has been
some evolution/refinement in package.el since it was first released and
I've seen users have problems because of old configuration settings in
their init file which are no longer compatible.

These days, with modern Emacs versions, you don't need to have any
package.el configuration in your init.el to get basic operations to
work. Therefore, if your still encountering problems, I would start by
commenting out any configuration relating to package.el. The only
configuration code many people now have for package.el is code to add
additional ELPA repositories, like MELPA, to the package-archive list. 

Finally, note that the one big change which did happen wrt org is that
org is no longer distributed via a separate private org ELPA
repository. The org package is now distributed via GNU ELPA (first entry
in above setting) and the contrib package in NONGNU ELPA (second entry
above). If your configuration is old enough, you may have code which is
'pinning' Emacs/package.el to only use the old orgmode.org
repositories. Therefore, highly recommend you review your init.el.

Finally, as it has been a while since you updated, don't forget to go
through the NEWS file. There is likely to be changes that may be a
surprise or require adjustments to your work flow and being aware of
them can save a lot of time.

good luck.


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

* Re: User
  2022-11-23 17:33 User Paul Schlesinger
  2022-11-23 20:17 ` User Tim Cross
@ 2022-11-23 21:19 ` Jeremie Juste
  1 sibling, 0 replies; 3+ messages in thread
From: Jeremie Juste @ 2022-11-23 21:19 UTC (permalink / raw)
  To: Paul Schlesinger; +Cc: Orgmode

Hello Paul,

As far as I know emacs 28 ships with org-mode 9.5.
So if you have org-mode 9.4 you might have install an older version on
top of this.

When installing emacs 28 on window with a plain vanilla installation,
M-x org-version, should give you 9.5.

My best advice would be to try reinstalling emacs on Windows. Now I need
to specify that I'm not an expert here. I  also use emacs on Windows and
I'm not sure I've installed it the optimal way, but my org file works
out of the box.

Hope this helps.
Jeremie



On Wednesday, 23 Nov 2022 at 11:33, Paul Schlesinger wrote:
> Have been using org mode for more than 10 years and package manager since
> emacs 26.  When I moved to emacs 28, the included org package was 9.4x
> and a nag message to install org from the elpa repository
> appeared everytime an org file is processed.  I run emacs on windows and
> list-packages does not show and "org" package to install although there
> are many "org-xxx" packages.  Suggestions appreciated!
>
> Paul H. Schlesinger MD, PhD
> Washington University School of Medicine
> Don't let your models of reality become confused with reality itself.


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

end of thread, other threads:[~2022-11-23 21:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-23 17:33 User Paul Schlesinger
2022-11-23 20:17 ` User Tim Cross
2022-11-23 21:19 ` User Jeremie Juste

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).