all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31619] [PATCH] gnu: Add emacs-zotxt.
@ 2018-05-28 11:07 Konrad Hinsen
  2018-05-31 16:06 ` bug#31619: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2018-05-28 11:07 UTC (permalink / raw)
  To: 31619

* gnu/packages/emacs.scm (emacs-zotxt): New variable.
---
 gnu/packages/emacs.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index fc7f52a32..0fb466b64 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10548,3 +10548,29 @@ well as take screenshots and lock your screen.  The package depends on the
 availability of shell commands to do the hard work for us.  These commands can
 be changed by customizing the appropriate variables.")
     (license license:gpl3+)))
+
+(define-public emacs-zotxt
+  (package
+    (name "emacs-zotxt")
+    (version "20180518")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/egh/zotxt-emacs/archive/"
+             "23a4a9f74a658222027d53a9a83cd4bcc583ca8b"
+             ".tar.gz"))
+       (sha256
+        (base32
+         "1qlibaciqgsva6fc7vv9krssjq00bi880396jk7llbi3c52q9n1y"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-deferred" ,emacs-deferred)
+       ("emacs-request" ,emacs-request)))
+    (home-page "https://github.com/egh/zotxt-emacs")
+    (synopsis
+     "Tools to integrate emacs with Zotero via the zotxt plugin")
+    (description "This package provides two integration features between Emacs and
+Zotero: Insertion of links to Zotero items into an org-mode file, and citations
+of Zotero items in pandoc markdown files.")
+    (license license:gpl3+)))
-- 
2.17.0

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

* bug#31619: [PATCH] gnu: Add emacs-zotxt.
  2018-05-28 11:07 [bug#31619] [PATCH] gnu: Add emacs-zotxt Konrad Hinsen
@ 2018-05-31 16:06 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-05-31 16:06 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 31619-done

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

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

> * gnu/packages/emacs.scm (emacs-zotxt): New variable.

Applied with the changes below, thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1302 bytes --]

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index d2fa5eb22..90b7fb2ca 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10575,3 +10575,28 @@ be changed by customizing the appropriate variables.")
      "Synchronize between events in Org-mode files and a CalDAV calendar.
 This code is still alpha.")
     (license license:gpl3+)))
+
+(define-public emacs-zotxt
+  (package
+    (name "emacs-zotxt")
+    (version "20180518")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/egh/zotxt-emacs/archive/"
+             "23a4a9f74a658222027d53a9a83cd4bcc583ca8b"
+             ".tar.gz"))
+       (sha256
+        (base32
+         "1qlibaciqgsva6fc7vv9krssjq00bi880396jk7llbi3c52q9n1y"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-deferred" ,emacs-deferred)
+       ("emacs-request" ,emacs-request)))
+    (home-page "https://github.com/egh/zotxt-emacs")
+    (synopsis "Integrate Emacs with Zotero")
+    (description "This package provides two integration features between Emacs
+and the Zotero research assistant: Insertion of links to Zotero items into an
+Org-mode file, and citations of Zotero items in Pandoc Markdown files.")
+    (license license:gpl3+)))

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

end of thread, other threads:[~2018-05-31 16:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-28 11:07 [bug#31619] [PATCH] gnu: Add emacs-zotxt Konrad Hinsen
2018-05-31 16:06 ` bug#31619: " Ludovic Courtès

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.