GNU bug report logs - #78086
[PATCH] gnu: Add emacs-org-rss-publishing.

Previous Next

Package: guix-patches;

Reported by: Fabio Natali <me <at> fabionatali.com>

Date: Sun, 27 Apr 2025 09:55:02 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Fabio Natali <me <at> fabionatali.com>
Subject: bug#78086: closed (Re: [PATCH] gnu: Add emacs-org-rss-publishing.)
Date: Fri, 02 May 2025 21:14:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#78086: [PATCH] gnu: Add emacs-org-rss-publishing.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 78086 <at> debbugs.gnu.org.

-- 
78086: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78086
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: 78086-done <at> debbugs.gnu.org
Cc: Cayetano Santos <cayetano.santos <at> inventati.org>,
 Fabio Natali <me <at> fabionatali.com>, Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [PATCH] gnu: Add emacs-org-rss-publishing.
Date: Fri, 02 May 2025 22:13:38 +0100
Thanks for the review, Cayetano! And, thanks for the patch, Fabio!

Pushed as 903916f8341bc45408f3883a448f7b0a04368796.

[Message part 3 (message/rfc822, inline)]
From: Fabio Natali <me <at> fabionatali.com>
To: guix-patches <at> gnu.org
Cc: Fabio Natali <me <at> fabionatali.com>
Subject: [PATCH] gnu: Add emacs-org-rss-publishing.
Date: Sun, 27 Apr 2025 10:49:54 +0100
* gnu/packages/emacs-xyz.scm (emacs-org-rss-publishing): New variable.

Change-Id: I063fa0ba2ba3d87bcde2af8c8e3d04423de4ba2e
---
Hi All. 👋

This is to add 'org-rss-publishing', an RSS generator for Org Mode's built-in
publishing system. See the project page for details:

https://git.sr.ht/~taingram/org-publish-rss

I hope it looks alright, but let me know what you think and if there's anything
that needs to be addressed.

Thanks, cheers, Fabio.


 gnu/packages/emacs-xyz.scm | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6d10fb7737..0e0ffef58c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -129,7 +129,7 @@
 ;;; Copyright © 2023, 2025 Evgeny Pisemsky <mail <at> pisemsky.site>
 ;;; Copyright © 2023 Gabriel Wicki <gabriel <at> erlikon.ch>
 ;;; Copyright © 2022-2023 Simon Josefsson <simon <at> josefsson.org>
-;;; Copyright © 2023 Fabio Natali <me <at> fabionatali.com>
+;;; Copyright © 2023, 2025 Fabio Natali <me <at> fabionatali.com>
 ;;; Copyright © 2023 Arnaud Lechevallier <arnaud.lechevallier <at> free.fr>
 ;;; Copyright © 2023 Ahmad Draidi <a.r.draidi <at> redscript.org>
 ;;; Copyright © 2023 Sergiu Ivanov <sivanov <at> colimite.fr>
@@ -31854,6 +31854,32 @@ (define-public emacs-org-web-tools
 inserts it as an Org entry instead of displaying it in a new buffer.")
     (license license:gpl3+)))
 
+(define-public emacs-org-rss-publishing
+  (let ((commit "1b33dc252cfedfbb2107ea407266b168b71bebb1")
+        (revision "0"))
+    (package
+      (name "emacs-org-rss-publishing")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://git.sr.ht/~taingram/org-publish-rss")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0axz3r8jw15imhfmbriljsiaxiiqhgrq77nad3kmmgpmvhhlk65f"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-org))
+      (home-page "https://git.sr.ht/~taingram/org-publish-rss")
+      (synopsis "RSS generator for Org Mode's built-in publishing system")
+      (description "This package adds new RSS generation options to the
+@code{org-publish-project-alist} variable (see the Org manual if you are new to
+the publishing options). It adds @code{:auto-rss} and other options that work
+similar to the included @code{:auto-sitemap} functionality. This should make it
+easy for users to add RSS feeds to existing Org-based websites.")
+      (license license:gpl3))))
+
 (define-public emacs-blimp
   (let ((commit "e420763d6d18b5d1be552cdbc47f91418343db03"))
     (package

base-commit: 7e5913f90df916d8d9f5c509354d62324f54f481
-- 
2.49.0




This bug report was last modified 72 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.