snosov1 / toc-org

toc-org is an Emacs utility to have an up-to-date table of contents in the org files without exporting (useful primarily for readme files on GitHub)
GNU General Public License v3.0
292 stars 29 forks source link

Fixes for NonGNU ELPA #84

Closed skangas closed 2 years ago

skangas commented 2 years ago

Hi!

I am investigating if we could add this package to NonGNU ELPA (see link), a new Emacs Lisp package archive that will be enabled by default in Emacs 28. This means that users of that version or later will be able to install this package without any configuration: they can just run M-x list-packages and install it out of the box. We hope that this will improve Emacs and help bring new users to this package and others.

This pull request fixes two issues:

  1. NonGNU ELPA has a requirement that all files to have a clear statement of its license and copyright status.

  2. The main difference between NonGNU ELPA and MELPA is that only tagged versions of packages are released. This means that a new release will be automatically when you bump the "Version" commentary header in this repository. You can bump the package version (thereby releasing a new version) at your convenience.

Please let me know if you have any questions about NonGNU ELPA.

Thanks!

snosov1 commented 2 years ago

Hey, @skangas !

Not sure I get the context 100%, but I see no harm in all the suggested changes, so merging! Thank you for consideration!