GNU bug report logs - #74051
[PATCH] gnu: Add emacs-weblorg

Previous Next

Package: guix-patches;

Reported by: Mattia Bunel <mattia.bunel <at> ehess.fr>

Date: Sun, 27 Oct 2024 18:54:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

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: Mattia Bunel <mattia.bunel <at> ehess.fr>
Subject: bug#74051: closed (Close)
Date: Sat, 07 Dec 2024 13:53:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74051: [PATCH] gnu: Add emacs-weblorg

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 74051 <at> debbugs.gnu.org.

-- 
74051: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74051
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: 74051-done <at> debbugs.gnu.org
Subject: Close
Date: Sat, 7 Dec 2024 14:52:37 +0100
Thanks for the patch, the reviews, and your reactivity in making
changes! I have slightly modified the description - it should consist of
full sentences - and pushed the commit.

Andreas


[Message part 3 (message/rfc822, inline)]
From: Mattia Bunel <mattia.bunel <at> ehess.fr>
To: guix-patches <at> gnu.org
Cc: Mattia Bunel <mattia.bunel <at> ehess.fr>
Subject: [PATCH] gnu: Add emacs-weblorg
Date: Sun, 27 Oct 2024 19:49:12 +0100
Change-Id: Iae2d6cbbadec7a171e1e5b8502d4f47701d7af5b
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 488b4cb5d7..0ff7ac08ca 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38230,6 +38230,26 @@ (define-public emacs-org-static-blog
 a @samp{date} keywords, and optionally, a @samp{filetags} keyword.")
     (license license:bsd-3)))
 
+(define-public emacs-weblorg
+  (package
+    (name "emacs-weblorg")
+    (version "0.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://stable.melpa.org/packages/" "weblorg-"
+                           version ".tar"))
+       (sha256
+        (base32 "0lvjfhysiyaz8klbj01da5jdjw1p4vvd9kl1zmi9vciazayh82ch"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-templatel))
+    (home-page "https://emacs.love/weblorg")
+    (synopsis "Static site generator for org-mode")
+    (description
+     "@code{emacs-weblorg} is a static site generator for org-mode,
+based on @code{templatel} library.")
+    (license license:gpl3+)))
+
 (define-public emacs-ddskk
   (let ((commit "8c47f46e38a29a0f3eabcd524268d20573102467")
         (revision "0"))

base-commit: 091131af64fd4e4e925fff829fa19097cfcdfcc5
-- 
2.47.0




This bug report was last modified 247 days ago.

Previous Next


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