[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#57609: [PATCH] gnu: Add emacs-ox-rss.
From: |
Nicolas Goaziou |
Subject: |
bug#57609: [PATCH] gnu: Add emacs-ox-rss. |
Date: |
Tue, 06 Sep 2022 13:58:04 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) |
Hello,
Masaya Tojo <masaya@tojo.tokyo> writes:
> * gnu/packages/emacs-xyz.scm (emacs-ox-rss): New variable.
Thank you. I moved the package out of the end of the file, and applied
your patch with the changes below.
> +(define-public emacs-ox-rss
> + (let ((commit "83dc898fa5493925b01716e5dd495d5e07c3d41a")
> + (revision "0"))
> + (package
> + (name "emacs-ox-rss")
> + (version (git-version "20210606" revision commit))
I used "0" as the base version, as there is no reference to a version or
a tag in the code base.
> + (synopsis "RSS 2.0 Back-End for Org Export Engine")
I un-titlecased the synopsis.
Regards,
--
Nicolas Goaziou