GNU bug report logs -
#68630
[PATCH] gnu: Add emacs-org-glossary.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sun, 21 Jan 2024 09:59:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#68630: [PATCH] gnu: Add emacs-org-glossary.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 68630 <at> debbugs.gnu.org.
--
68630: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68630
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Nicolas Graves via Guix-patches via <guix-patches <at> 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
[Message part 3 (message/rfc822, inline)]
* 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
This bug report was last modified 1 year and 119 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.