emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Starting from 9.5, Org contrib will be distributed as a separate Org ELPA package
@ 2020-10-24 15:53 Bastien
  2020-10-24 16:29 ` Colin Baxter
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bastien @ 2020-10-24 15:53 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,

"Org contrib" refers to the list of Emacs lisp files that you find
in the contrib/ directory of Org's repository:

https://code.orgmode.org/bzg/org-mode/src/master/contrib

The idea of this directory was to have a place where to promote Org
packages even if they are not part of Org's core (ie the files that go
into Emacs core.)  It was also useful as a place to welcome packages
from authors who don't sign the FSF copyright assignment.

Both reasons are kind of obsolete nowadays: many, if not most useful
Org contributions are published elsewhere.  Also, mixing authors who
signed the FSF assignment and those who don't is never a good idea
for a repo, even if the contributions happen in separate spaces.

Org 9.5 will ship without the packages in the contrib/ directory.

Emacs lisp files in contrib/ will be packaged as an Org ELPA package
that you can install independentely from there.  The files will live
in a new org-contrib.git repo on code.orgmode.org.

In the long run, every Emacs file in org-contrib.git need to find a
proper maintainer (who will decide where to maintain it) or to be
listed in the list of Emacs orphan packages.

If you use Org contrib/ files from git, you will have to clone a 
new repository when the split is done, within the next weeks.

If you use org-plus-contrib, you don't have anything to do before 
Org 9.5 is released.  When it is, you will have add Org ELPA to
your configuration and install org-contrib from there.

If you have any question on this, please let me know!

Best,

-- 
 Bastien


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

* Re: Starting from 9.5, Org contrib will be distributed as a separate Org ELPA package
  2020-10-24 15:53 Starting from 9.5, Org contrib will be distributed as a separate Org ELPA package Bastien
@ 2020-10-24 16:29 ` Colin Baxter
  2020-10-25  1:02 ` stardiviner
  2021-03-28  6:43 ` Bastien
  2 siblings, 0 replies; 4+ messages in thread
From: Colin Baxter @ 2020-10-24 16:29 UTC (permalink / raw)
  To: emacs-orgmode

Hello Bastien,
>>>>> Bastien  <bzg@gnu.org> writes:

    > Org 9.5 will ship without the packages in the contrib/ directory.

    > Emacs lisp files in contrib/ will be packaged as an Org ELPA

Oh no! I hate packages and never use ELPA. :-(

    > package that you can install independentely from there.  The files
    > will live in a new org-contrib.git repo on code.orgmode.org.

Phew! Saved! Oh well, another git repo to add to the list. :-)

Best wishes,



Colin Baxter
URL: http://www.Colin-Baxter.com
---------------------------------------------------------------------
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68  2A27 BBFA 2492 91F5 41C8
---------------------------------------------------------------------
Since mathematicians have invaded the theory of relativity, I do not
understand it myself. A. Einstein



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

* Re: Starting from 9.5, Org contrib will be distributed as a separate Org ELPA package
  2020-10-24 15:53 Starting from 9.5, Org contrib will be distributed as a separate Org ELPA package Bastien
  2020-10-24 16:29 ` Colin Baxter
@ 2020-10-25  1:02 ` stardiviner
  2021-03-28  6:43 ` Bastien
  2 siblings, 0 replies; 4+ messages in thread
From: stardiviner @ 2020-10-25  1:02 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode


Bastien <bzg@gnu.org> writes:

> Hi all,
>
> "Org contrib" refers to the list of Emacs lisp files that you find
> in the contrib/ directory of Org's repository:
>
> https://code.orgmode.org/bzg/org-mode/src/master/contrib
>
> The idea of this directory was to have a place where to promote Org
> packages even if they are not part of Org's core (ie the files that go
> into Emacs core.)  It was also useful as a place to welcome packages
> from authors who don't sign the FSF copyright assignment.
>
> Both reasons are kind of obsolete nowadays: many, if not most useful
> Org contributions are published elsewhere.  Also, mixing authors who
> signed the FSF assignment and those who don't is never a good idea
> for a repo, even if the contributions happen in separate spaces.
>
> Org 9.5 will ship without the packages in the contrib/ directory.
>
> Emacs lisp files in contrib/ will be packaged as an Org ELPA package
> that you can install independentely from there.  The files will live
> in a new org-contrib.git repo on code.orgmode.org.
>
> In the long run, every Emacs file in org-contrib.git need to find a
> proper maintainer (who will decide where to maintain it) or to be
> listed in the list of Emacs orphan packages.
>
> If you use Org contrib/ files from git, you will have to clone a 
> new repository when the split is done, within the next weeks.
>
> If you use org-plus-contrib, you don't have anything to do before 
> Org 9.5 is released.  When it is, you will have add Org ELPA to
> your configuration and install org-contrib from there.
>
> If you have any question on this, please let me know!
>
> Best,

I agree with this solution. This is good idea. It will keep maintaining and
debugging Org Mode simpler.

Even though I just use local Git source code for Org Mode. (So don't need to
modify my config at all.)

-- 
[ stardiviner ]
       I try to make every word tell the meaning that I want to express.

       Blog: https://stardiviner.github.io/
       IRC(freenode): stardiviner, Matrix: stardiviner
       GPG: F09F650D7D674819892591401B5DF1C95AE89AC3


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

* Re: Starting from 9.5, Org contrib will be distributed as a separate Org ELPA package
  2020-10-24 15:53 Starting from 9.5, Org contrib will be distributed as a separate Org ELPA package Bastien
  2020-10-24 16:29 ` Colin Baxter
  2020-10-25  1:02 ` stardiviner
@ 2021-03-28  6:43 ` Bastien
  2 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2021-03-28  6:43 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,

Bastien <bzg@gnu.org> writes:

> Org 9.5 will ship without the packages in the contrib/ directory.

Just FWIW, this is still the plan.

> Emacs lisp files in contrib/ will be packaged as an Org ELPA package
> that you can install independentely from there.  The files will live
> in a new org-contrib.git repo on code.orgmode.org.

There is a change here - instead of being published as an Org ELPA
package, org-contrib will be published as a NonGNU ELPA package.

You will find it here: https://elpa.nongnu.org/nongnu/

> In the long run, every Emacs file in org-contrib.git need to find a
> proper maintainer (who will decide where to maintain it) or to be
> listed in the list of Emacs orphan packages.

This is still the case: volunteers are welcome.

Thanks,

-- 
 Bastien


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

end of thread, other threads:[~2021-03-28  6:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-24 15:53 Starting from 9.5, Org contrib will be distributed as a separate Org ELPA package Bastien
2020-10-24 16:29 ` Colin Baxter
2020-10-25  1:02 ` stardiviner
2021-03-28  6:43 ` Bastien

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