emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Merging latest org-mode for Emacs 28.1
@ 2021-09-07  0:45 Stefan Kangas
  2021-09-28 16:45 ` Stefan Kangas
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Kangas @ 2021-09-07  0:45 UTC (permalink / raw)
  To: Org-mode; +Cc: Emacs developers

[Cross-posted to orgmode-emacs and emacs-devel.  Please use "Reply to all".]

Hi org-mode,

As a heads up, Emacs is getting ready to cut the emacs-28 branch in
preparation of the upcoming release of Emacs 28.1:

    https://lists.gnu.org/archive/html/emacs-devel/2021-07/msg00812.html

It would be good if we could merge the most recent stable Org-mode
version before the first Emacs 28.1 pretest release.  Could you please
start looking into what is needed to make this happen?

Please forgive me if this has been discussed already; I'm not actively
following the orgmode-emacs list.  I tried searching the archives but
couldn't find anything.

Thanks in advance!


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

* Re: Merging latest org-mode for Emacs 28.1
  2021-09-07  0:45 Merging latest org-mode for Emacs 28.1 Stefan Kangas
@ 2021-09-28 16:45 ` Stefan Kangas
  2021-09-29  3:48   ` Tim Cross
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Kangas @ 2021-09-28 16:45 UTC (permalink / raw)
  To: Org-mode; +Cc: Emacs developers

Hi org-mode,

Stefan Kangas <stefan@marxist.se> writes:

> As a heads up, Emacs is getting ready to cut the emacs-28 branch in
> preparation of the upcoming release of Emacs 28.1:
>
>     https://lists.gnu.org/archive/html/emacs-devel/2021-07/msg00812.html
>
> It would be good if we could merge the most recent stable Org-mode
> version before the first Emacs 28.1 pretest release.  Could you please
> start looking into what is needed to make this happen?

Could you please provide us with a brief update on the status of this?

Thanks!


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

* Re: Merging latest org-mode for Emacs 28.1
  2021-09-28 16:45 ` Stefan Kangas
@ 2021-09-29  3:48   ` Tim Cross
  2021-09-29  4:14     ` Timothy
  0 siblings, 1 reply; 5+ messages in thread
From: Tim Cross @ 2021-09-29  3:48 UTC (permalink / raw)
  To: emacs-orgmode


Stefan Kangas <stefan@marxist.se> writes:

> Hi org-mode,
>
> Stefan Kangas <stefan@marxist.se> writes:
>
>> As a heads up, Emacs is getting ready to cut the emacs-28 branch in
>> preparation of the upcoming release of Emacs 28.1:
>>
>>     https://lists.gnu.org/archive/html/emacs-devel/2021-07/msg00812.html
>>
>> It would be good if we could merge the most recent stable Org-mode
>> version before the first Emacs 28.1 pretest release.  Could you please
>> start looking into what is needed to make this happen?
>
> Could you please provide us with a brief update on the status of this?
>

I'm not an org maintainer, but can possibly provide some info. Not
really sure what your concerns are though.

Org has recently moved the git repository to be hosted on savannah. 
From a recent post to the org mode list


    from now on, here are the official Org repositories:
   
    - org-mode: https://git.savannah.gnu.org/cgit/emacs/org-mode.git
    - worg: https://git.sr.ht/~bzg/worg
    - orgweb: https://git.sr.ht/~bzg/orgweb
   
    org-contrib will continue to be on https://git.sr.ht/~bzg/org-contrib
    until it disappears, thanks to volunteers taking over maintainance of
    the various packages.
   
    You can forget code.orgmode.org.
   
The latest version of the current 9.4 version can be pulled from the
repository. Emacs 28 is already bundling this version (though an update
to get latest bug fixes is probably warranted).

A new version org 9.5 is going to be released this week. Not sure if
Emacs maintainers want to bundle this new version or prefer to just
continue with current 9.4 version. I suspect the latest 9.4 will be the
preferred version given 9.5 is only going to be released in the next day
or so. The 9.5 version will be in ELPA, so those interested can update
to it with minimal hassle. 

As far as I understand it, which version is bundled with Emacs is really
down to the Emacs maintainers and not the org maintainers.

There were some issues with org mode and native compilation relating to
file dependencies. I don't know if they have been resolved, but as I
understand it, this is a native compilation issue rather than an
org-mode issue. I'm not using native compilation due to issues with
packages that have more complex dependencies (i.e. emacspeak and
org-mode), so not sure what the current status is - perhaps the issues
have been resolved.


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

* Re: Merging latest org-mode for Emacs 28.1
  2021-09-29  3:48   ` Tim Cross
@ 2021-09-29  4:14     ` Timothy
  2021-09-29  4:22       ` Tim Cross
  0 siblings, 1 reply; 5+ messages in thread
From: Timothy @ 2021-09-29  4:14 UTC (permalink / raw)
  To: Tim Cross; +Cc: emacs-orgmode

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

Hi  Tim,

> A new version org 9.5 is going to be released this week. Not sure if
> Emacs maintainers want to bundle this new version or prefer to just
> continue with current 9.4 version. I suspect the latest 9.4 will be the
> preferred version given 9.5 is only going to be released in the next day
> or so. The 9.5 version will be in ELPA, so those interested can update
> to it with minimal hassle.
>
> As far as I understand it, which version is bundled with Emacs is really
> down to the Emacs maintainers and not the org maintainers.

It’s worth noting that Org 9.5 is being released /for/ Emacs 28. Hence the recent
merge-athon by Bastien.

All the best,
Timothy

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

* Re: Merging latest org-mode for Emacs 28.1
  2021-09-29  4:14     ` Timothy
@ 2021-09-29  4:22       ` Tim Cross
  0 siblings, 0 replies; 5+ messages in thread
From: Tim Cross @ 2021-09-29  4:22 UTC (permalink / raw)
  To: Timothy; +Cc: emacs-orgmode


Timothy <tecosaur@gmail.com> writes:

> Hi  Tim,
>
>> A new version org 9.5 is going to be released this week. Not sure if
>> Emacs maintainers want to bundle this new version or prefer to just
>> continue with current 9.4 version. I suspect the latest 9.4 will be the
>> preferred version given 9.5 is only going to be released in the next day
>> or so. The 9.5 version will be in ELPA, so those interested can update
>> to it with minimal hassle.
>>
>> As far as I understand it, which version is bundled with Emacs is really
>> down to the Emacs maintainers and not the org maintainers.
>
> It’s worth noting that Org 9.5 is being released /for/ Emacs 28. Hence the recent
> merge-athon by Bastien.
>

OK. I thought the push was more about Bastien's aim to step back from
org maintenance by October and getting the 9.5 version out before he
does. 




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

end of thread, other threads:[~2021-09-29  4:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07  0:45 Merging latest org-mode for Emacs 28.1 Stefan Kangas
2021-09-28 16:45 ` Stefan Kangas
2021-09-29  3:48   ` Tim Cross
2021-09-29  4:14     ` Timothy
2021-09-29  4:22       ` Tim Cross

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