emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: add org-auto-tangle to NonGNU ELPA


From: Yilkal Argaw
Subject: Re: add org-auto-tangle to NonGNU ELPA
Date: Sun, 5 Jun 2022 20:39:52 +0300

> Philip Kaludercic <philipk@posteo.net>
> to:Yilkal Argaw <yilkalargawworkneh@gmail.com>
> cc:emacs-devel@gnu.org
>
> Ok, I can apply it if nobody objects.  I also want to make sure: You
> don't want to use a .elpaignore file, right?

Since it is a really small one file project I will not add .elpaignore for now.
Maybe in the future.

On Sun, Jun 5, 2022 at 5:13 PM Philip Kaludercic <philipk@posteo.net> wrote:
>
> Yilkal Argaw <yilkalargawworkneh@gmail.com> writes:
>
> > Ok here is a new patch.
>
> Ok, I can apply it if nobody objects.  I also want to make sure: You
> don't want to use a .elpaignore file, right?
>
> >> > + ("org-auto-tangle" :url 
> >> > "https://github.com/yilkalargaw/org-auto-tangle";
> >> > +  :readme "README.org"
> >> > +  :ignored-files "License.org")
> >>                     ^
> >>                     Watch out, this should be a list.  Alternatively,
> >>                     you may also add a .elpaignore file to your
> >>                     repository that will be used to exclude files from
> >>                     packages.
>
> [...]
>
> > From 9cff0c644d3b394976d4a270deffd29b00ebfaa1 Mon Sep 17 00:00:00 2001
> > From: yilkalargaw <yilkalargawworkneh@gmail.com>
> > Date: Fri, 3 Jun 2022 07:45:55 +0300
> > Subject: [PATCH] add org-auto-tangle to elpa-packages
> > To: emacs-devel@gnu.org
> >
> > ---
> >  elpa-packages | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/elpa-packages b/elpa-packages
> > index 3d63d453b4..eb9232e756 100644
> > --- a/elpa-packages
> > +++ b/elpa-packages
> > @@ -381,6 +381,10 @@
> >    :ignored-files (".github" "tests" "Cask" "*.nix" "*.lock")
> >    :news "CHANGELOG.md")
> >
> > + ("org-auto-tangle" :url "https://github.com/yilkalargaw/org-auto-tangle";
> > +  :readme "README.org"
> > +  :ignored-files ("License.org"))
> > +
> >   ("org-drill"           :url "https://gitlab.com/phillord/org-drill.git";
> >    :ignored-files (".gitlab-ci.yml" "Cask"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]