emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31619: closed ([PATCH] gnu: Add emacs-zotxt.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31619: closed ([PATCH] gnu: Add emacs-zotxt.)
Date: Thu, 31 May 2018 16:07:02 +0000

Your message dated Thu, 31 May 2018 18:06:39 +0200
with message-id <address@hidden>
and subject line Re: [bug#31619] [PATCH] gnu: Add emacs-zotxt.
has caused the debbugs.gnu.org bug report #31619,
regarding [PATCH] gnu: Add emacs-zotxt.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31619: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31619
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-zotxt. Date: Mon, 28 May 2018 13:07:02 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31619] [PATCH] gnu: Add emacs-zotxt. Date: Thu, 31 May 2018 18:06:39 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Konrad Hinsen <address@hidden> skribis:

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

Applied with the changes below, thanks!

Ludo’.

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+)))

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]