unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "André Alexandre Gomes" <andremegafone@gmail.com>
To: 45459@debbugs.gnu.org
Subject: [bug#45459] [PATCH] gnu: Add emacs-org-drill-table
Date: Sun, 27 Dec 2020 16:13:52 +0300	[thread overview]
Message-ID: <87czyv2xyn.fsf@gmail.com> (raw)

[-- 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"

             reply	other threads:[~2020-12-27 13:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-27 13:13 André Alexandre Gomes [this message]
2020-12-28 16:52 ` bug#45459: [PATCH] gnu: Add emacs-org-drill-table 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87czyv2xyn.fsf@gmail.com \
    --to=andremegafone@gmail.com \
    --cc=45459@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 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).