unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51553] [PATCH] gnu: Add emacs-orglink.
@ 2021-11-01 14:43 Aleksandr Vityazev
  2021-11-02 20:43 ` bug#51553: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksandr Vityazev @ 2021-11-01 14:43 UTC (permalink / raw)
  To: 51553

* gnu/packages/emacs-xyz.scm (emacs-orglink): 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 e584a14eb0..f184443c65 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28884,6 +28884,30 @@ (define-public emacs-org-webring
 displayed for sharing.")
     (license license:gpl3+)))
 
+(define-public emacs-orglink
+  (package
+    (name "emacs-orglink")
+    (version "1.1.6")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/tarsius/orglink")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0ipy1p2cr5i0465hchqazmgn9jrgwzbyrb3prfgkl7z2m1gd7fcg"))))
+    (build-system emacs-build-system)
+    (home-page
+     "https://github.com/tarsius/orglink")
+    (synopsis
+     "Use Org Mode links in other modes")
+    (description "This library implements support for some Org Mode
+link types in other major modes.  Links can be opened and edited like
+in Org Mode.")
+    (license license:gpl3+)))
+
 (define-public emacs-scpaste
   (let ((commit "cd4fa0aafecd839736e0b6cba68b4fc4d7045472")
         (revision "0"))
-- 
2.33.1



-- 

Aleksandr Vityazev




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

* bug#51553: [PATCH] gnu: Add emacs-orglink.
  2021-11-01 14:43 [bug#51553] [PATCH] gnu: Add emacs-orglink Aleksandr Vityazev
@ 2021-11-02 20:43 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-11-02 20:43 UTC (permalink / raw)
  To: Aleksandr Vityazev; +Cc: 51553-done

Hello,

Aleksandr Vityazev <avityazev@posteo.org> writes:

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

I removed some spurious newline characters and applied your patch.

Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-11-02 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-01 14:43 [bug#51553] [PATCH] gnu: Add emacs-orglink Aleksandr Vityazev
2021-11-02 20:43 ` bug#51553: " 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).