unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45459] [PATCH] gnu: Add emacs-org-drill-table
@ 2020-12-27 13:13 André Alexandre Gomes
  2020-12-28 16:52 ` bug#45459: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: André Alexandre Gomes @ 2020-12-27 13:13 UTC (permalink / raw)
  To: 45459

[-- Attachment #1: Type: text/plain, Size: 10 bytes --]

Hi Guix!


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-org-drill-table.patch --]
[-- Type: text/x-patch, Size: 2054 bytes --]

From 2a643df3c44e92c0949bb2e387ab49bce624cac0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Alexandre=20Gomes?= <andremegafone@gmail.com>
Date: Sun, 27 Dec 2020 16:12:23 +0300
Subject: [PATCH] gnu: Add emacs-org-drill-table.

gnu/packages/emacs-xyz.scm (emacs-org-drill-table): New variable.
---
 gnu/packages/emacs-xyz.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0822bfdd29..ffbb269c50 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26100,3 +26100,34 @@ to pastebin-like services.  It supports more than one service and will
 failover if one service fails.  More services can easily be added over time
 and prefered services can easily be configured.")
     (license license:gpl3+)))
+
+(define-public emacs-org-drill-table
+  ;; No releases or tags.
+  (let ((commit "096387d929bcf3eb479e0a9d5da9cf32c756a759")
+        (revision "0"))
+    (package
+      (name "emacs-org-drill-table")
+      (version (git-version "0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/chrisbarrett/org-drill-table.git")
+               (commit commit)))
+         (file-name
+          (git-file-name name version))
+         (sha256
+          (base32 "1a8ygrcag8i9hdpy2vsn0sh8lwhl9b56rv91j3rddy1jv5qx1ipb"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-org" ,emacs-org)
+         ("emacs-s" ,emacs-s)
+         ("emacs-dash" ,emacs-dash)))
+      (home-page "https://github.com/chrisbarrett/org-drill-table")
+      (synopsis "Generate org-drill cards using Org mode tables")
+      (description
+       "This package provides a command, org-drill-table-generate, that
+will generate drill cards based on an org-mode table in the current
+subtree.  The cards will be inserted under a new \"Cards\" heading in
+the current tree.")
+      (license license:gpl3+))))
-- 
2.29.2


[-- Attachment #3: Type: text/plain, Size: 58 bytes --]


--
André Alexandre Gomes
"Free Thought, Free World"

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45459: [PATCH] gnu: Add emacs-org-drill-table
  2020-12-27 13:13 [bug#45459] [PATCH] gnu: Add emacs-org-drill-table André Alexandre Gomes
@ 2020-12-28 16:52 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-12-28 16:52 UTC (permalink / raw)
  To: André Alexandre Gomes; +Cc: 45459-done

Hello,

André Alexandre Gomes <andremegafone@gmail.com> writes:

> Subject: [PATCH] gnu: Add emacs-org-drill-table.
>
> gnu/packages/emacs-xyz.scm (emacs-org-drill-table): New variable.

Applied (elswhere… well you know). I also tweaked the description and
re-ordered inputs alphabetically.

Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-28 16:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-27 13:13 [bug#45459] [PATCH] gnu: Add emacs-org-drill-table André Alexandre Gomes
2020-12-28 16:52 ` bug#45459: " 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).