all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: conses <contact@conses.eu>
To: 61705@debbugs.gnu.org
Subject: [bug#61705] [PATCH] gnu: Add emacs-org-recur.
Date: Wed, 22 Feb 2023 13:55:23 +0100	[thread overview]
Message-ID: <86edqhsvus.fsf@conses.eu> (raw)

* 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




             reply	other threads:[~2023-02-22 12:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-22 12:55 conses [this message]
2023-02-22 13:54 ` [bug#61705] [PATCH] gnu: Add emacs-org-recur Nicolas Goaziou
2023-02-22 15:48 ` [bug#61705] [PATCH v2] " conses
2023-02-23 14:30   ` bug#61705: " Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86edqhsvus.fsf@conses.eu \
    --to=contact@conses.eu \
    --cc=61705@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.