* [bug#42320] [PATCH] gnu: Add emacs-org-drill.
@ 2020-07-11 12:40 Morgan.J.Smith
2020-07-14 9:01 ` bug#42320: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Morgan.J.Smith @ 2020-07-11 12:40 UTC (permalink / raw)
To: 42320; +Cc: Morgan Smith
From: Morgan Smith <Morgan.J.Smith@outlook.com>
* gnu/packages/emacs-xyz.scm (emacs-org-drill): New variable.
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 89fed81059..abab42a556 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5520,6 +5520,30 @@ Cucumber tool) user stories. Also known by the name @code{cucumber.el}.")
@code{org-mode} to be rendered as UTF-8 characters.")
(license license:gpl3+)))
+(define-public emacs-org-drill
+ (package
+ (name "emacs-org-drill")
+ (version "2.7.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/phillord/org-drill")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "13y302lyscdqrba1sfx60yf5ji2xi7fbsvjsjbw7hiz63kg6rccy"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-persist" ,emacs-persist)
+ ("emacs-org" ,emacs-org)))
+ (home-page "https://gitlab.com/phillord/org-drill")
+ (synopsis "Flash card memorization system using Org mode")
+ (description "This package uses spaced repetition algorithms to conduct
+interactive drill sessions to aid in memorization. In these sessions you are
+shown flash cards created in Org mode.")
+ (license license:gpl3+)))
+
(define-public emacs-org-superstar
(package
(name "emacs-org-superstar")
--
2.27.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#42320: [PATCH] gnu: Add emacs-org-drill.
2020-07-11 12:40 [bug#42320] [PATCH] gnu: Add emacs-org-drill Morgan.J.Smith
@ 2020-07-14 9:01 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-07-14 9:01 UTC (permalink / raw)
To: Morgan.J.Smith; +Cc: 42320-done
Hello,
Morgan.J.Smith@outlook.com writes:
> From: Morgan Smith <Morgan.J.Smith@outlook.com>
>
> * gnu/packages/emacs-xyz.scm (emacs-org-drill): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-14 9:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-11 12:40 [bug#42320] [PATCH] gnu: Add emacs-org-drill Morgan.J.Smith
2020-07-14 9:01 ` bug#42320: " Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).