GNU bug report logs -
#61705
[PATCH] gnu: Add emacs-org-recur.
Previous Next
Reported by: conses <contact <at> conses.eu>
Date: Wed, 22 Feb 2023 12:56:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 23 Feb 2023 15:30:18 +0100
with message-id <87edqgpi85.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#61705] [PATCH v2] gnu: Add emacs-org-recur.
has caused the debbugs.gnu.org bug report #61705,
regarding [PATCH] gnu: Add emacs-org-recur.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
61705: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61705
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-org-recur): New variable.
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3b12642bc9..17fea8012c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20849,6 +20849,27 @@ (define-public emacs-org-recent-headings
as well as functions for navigating between these headings.")
(license license:gpl3+))))
+(define-public emacs-org-recur
+ (package
+ (name "emacs-org-recur")
+ (version "1.3.3")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/m-cat/org-recur")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0s2n62y3qc72ldzpaq2jz9335h532s566499n346nx21l4qsqdz6"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-dash))
+ (home-page "https://github.com/m-cat/org-recur")
+ (synopsis "Simple recurring org-mode tasks")
+ (description "This package extends org-mode and org-agenda with support
+for defining recurring tasks and easily scheduling them.")
+ (license license:gpl3)))
+
(define-public emacs-org-super-agenda
(package
(name "emacs-org-super-agenda")
--
2.39.1
--
Best regards,
conses
[Message part 3 (message/rfc822, inline)]
Hello,
conses <contact <at> conses.eu> writes:
> * gnu/packages/emacs-xyz.scm (emacs-org-recur): New variable.
Thank you. Patch applied!
Regards,
--
Nicolas Goaziou
This bug report was last modified 2 years and 86 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.