emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#40104: closed ([PATCH 1/1] gnu: Add emacs-org-static-blog.)


From: GNU bug Tracking System
Subject: bug#40104: closed ([PATCH 1/1] gnu: Add emacs-org-static-blog.)
Date: Wed, 18 Mar 2020 11:29:01 +0000

Your message dated Wed, 18 Mar 2020 12:28:02 +0100
with message-id <address@hidden>
and subject line Re: [bug#40104] [PATCH 1/1] gnu: Add emacs-org-static-blog.
has caused the debbugs.gnu.org bug report #40104,
regarding [PATCH 1/1] gnu: Add emacs-org-static-blog.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40104: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40104
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/1] gnu: Add emacs-org-static-blog. Date: Tue, 17 Mar 2020 15:12:53 +0100
* gnu/packages/emacs-xyz.scm (emacs-org-static-blog): New variable.
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d45814379b..dfcf283283 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -62,6 +62,7 @@
 ;;; Copyright © 2020 Evan Straw <address@hidden>
 ;;; Copyright © 2020 Masaya Tojo <masaya@tojo.tokyo>
 ;;; Copyright © 2020 Martin Becze <address@hidden>
+;;; Copyright © 2020 Brice Waegeneire <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -21806,3 +21807,28 @@ All entries in a specified TODO state will be carried 
over to the next day.")
        "Daredevil SKK is a version of @acronym{SKK, Simple Kana to Kanji
 conversion program}, a Japanese input method on Emacs.")
       (license license:gpl2+))))
+
+(define-public emacs-org-static-blog
+  (package
+   (name "emacs-org-static-blog")
+   (version "20200117.800")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (string-append
+           "https://melpa.org/packages/org-static-blog-";
+           version ".el"))
+     (sha256
+      (base32
+       "0k1p43pvjvfzgqigybizg9pr8r7sqapbv18vhfg9smik09sjh0gd"))))
+   (build-system emacs-build-system)
+   (home-page
+    "https://github.com/bastibe/org-static-blog";)
+   (synopsis
+    "Simple org-mode based static blog generator")
+   (description
+    "Org-static-blog is one more static blog generator, it focuses on being
+simple.  All files are simple org-mode files in a directory.  The only
+requirement is that every org file must have a #+TITLE and a #+DATE, and
+optionally, #+FILETAGS.")
+   (license license:bsd-3)))
-- 
2.25.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#40104] [PATCH 1/1] gnu: Add emacs-org-static-blog. Date: Wed, 18 Mar 2020 12:28:02 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

Brice Waegeneire <address@hidden> writes:

> V2 send with all your suggestions added. And I have requested a new
> release upstream: https://github.com/bastibe/org-static-blog/issues/50

Great! Applied as 382ba7bad59ec7205cd883bb93b5e6cf33329d66.

Thank you.

Regards,

-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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