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

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

bug#39931: closed ([PATCH] gnu: Added emacs-org-journal)


From: GNU bug Tracking System
Subject: bug#39931: closed ([PATCH] gnu: Added emacs-org-journal)
Date: Sun, 08 Mar 2020 10:26:01 +0000

Your message dated Sun, 08 Mar 2020 11:24:57 +0100
with message-id <address@hidden>
and subject line Re: [bug#39931] [PATCH] gnu: Added emacs-org-journal
has caused the debbugs.gnu.org bug report #39931,
regarding [PATCH] gnu: Added emacs-org-journal
to be marked as done.

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


-- 
39931: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39931
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Added emacs-org-journal Date: Thu, 5 Mar 2020 12:47:23 -0500
* gnu/packages/emacs-xyz.scm (emacs-org-journal): New Variable.
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 19c4ed7571..f20ea14174 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -60,6 +60,7 @@
 ;;; Copyright © 2020 Paul Garlick <address@hidden>
 ;;; Copyright © 2020 Robert Smith <address@hidden>
 ;;; Copyright © 2020 Evan Straw <address@hidden>
+;;; Copyright © 2020 Martin Becze <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -21732,3 +21733,30 @@ supports generation of phonetic and numeric 
passwords.")
 Separated Value) files.  It follows the format as defined in RFC 4180 \"Common
 Format and MIME Type for CSV Files\" 
(@url{http://tools.ietf.org/html/rfc4180}).")
     (license license:gpl3+)))
+
+(define-public emacs-org-journal
+  (package
+    (name "emacs-org-journal")
+    (version "2.0.0")
+    (home-page "https://github.com/bastibe/org-journal";)
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url home-page)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "18dqd0jy2x530lk0h4fcn9cld9qh4w7b3vxa60fpiia628vsv1dg"))))
+    (build-system emacs-build-system)
+    (synopsis "A simple org-mode based journaling mode")
+    (description "@code{org-journal} maintains a set of files, depending on 
the value
+ of @{org-journal-file-type}, a file represents a day, week, month or year. 
When
+@code{org-journal-file-type} is set to =’daily=, each file represent a day. In 
case
+@{org-journal-file-type} is set to =’weekly=, a file represents a week, etc.
+ Convenient bindings allow the creation of journal records in the current 
daily,
+ weekly, monthly or yearly file and search within all records or specified time
+ intervals. All records can be browsed and searched from the Emacs Calendar for
+ convenience.")
+    (license license:bsd-3)))
-- 
2.25.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39931] [PATCH] gnu: Added emacs-org-journal Date: Sun, 08 Mar 2020 11:24:57 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

Martin Becze <address@hidden> writes:

> opps i messed that the last patch file. Here is the correct one!

Thank you!

I slightly reworded the beginning of the description so it now starts
with a full sentence. Applied as
1eb3b2b666fd6ae5c0e3b09aa08c97b9d23e26be.

Regards,

-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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