all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68630] [PATCH] gnu: Add emacs-org-glossary.
@ 2024-01-21  9:57 Nicolas Graves via Guix-patches via
  2024-01-21 23:31 ` bug#68630: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-01-21  9:57 UTC (permalink / raw)
  To: 68630; +Cc: ngraves

* gnu/packages/emacs-xyz.scm (emacs-org-glossary): New variable.

Change-Id: Id087b723709ac5afb7dda0da15eac610c8ab218e
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2d149b3efa..1b2bbf98e2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36470,6 +36470,34 @@ (define-public emacs-org-generate
 org-mode templates.")
     (license license:gpl3+)))
 
+(define-public emacs-org-glossary
+  (let ((commit "1b9b7fd3d1e6c214c34463e568daaba6df00ec27")
+        (revision "0"))
+    (package
+      (name "emacs-org-glossary")
+      (version (git-version "0.0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://git.tecosaur.net/tec/org-glossary")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "09mg8aqxamnxx8kpdyk074wf2wkm4rx62z7q66azw70hjr1ggwa3"))))
+      (build-system emacs-build-system)
+      (home-page "https://git.tecosaur.net/tec/org-glossary")
+      (synopsis "Interact with glossary-like structures in Org documents")
+      (description "This package provides functionality in Org documents for
+the following structures:
+@itemize
+@item glossary
+@item acronyms
+@item indices
+@item text substitutions
+@end itemize")
+      (license license:gpl3+))))
+
 (define-public emacs-uml-mode
   ;; Package has no release.  Version is extracted from "Version:" keyword in
   ;; main file.
-- 
2.41.0





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

* bug#68630: [PATCH] gnu: Add emacs-org-glossary.
  2024-01-21  9:57 [bug#68630] [PATCH] gnu: Add emacs-org-glossary Nicolas Graves via Guix-patches via
@ 2024-01-21 23:31 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-01-21 23:31 UTC (permalink / raw)
  To: Nicolas Graves via Guix-patches via; +Cc: Nicolas Graves, 68630-done

Hello,

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

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

Applied. Thank you.

I also added phase to build manual and reworded description.

Regards,
-- 
Nicolas Goaziou






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

end of thread, other threads:[~2024-01-21 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-21  9:57 [bug#68630] [PATCH] gnu: Add emacs-org-glossary Nicolas Graves via Guix-patches via
2024-01-21 23:31 ` bug#68630: " Nicolas Goaziou via Guix-patches via

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.