mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: Add emacs-org-count-words.
* gnu/packages/emacs-xyz.scm (emacs-org-count-words): New variable. Change-Id: Iddd53ff075612b65f4c441bb62bd8f9236c18f66
This commit is contained in:
parent
5d6604a88e
commit
9caebc7f6e
1 changed files with 24 additions and 0 deletions
|
@ -19581,6 +19581,30 @@ receive little if no maintenance and there is no guaranty that they are
|
|||
compatible with the Org stable version.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-org-count-words
|
||||
;; No releases.
|
||||
(let ((commit "df4f06905e3020106d6ceaada854ebd7f9a231d2")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-org-count-words")
|
||||
(version (git-version "0.1" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Elilif/org-count-words.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"12yxgkqv33i8hcgc5z033fhrar5l937kpsi36v4jffw6lr3wrlbv"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/Elilif/org-count-words")
|
||||
(synopsis "Word count in org-mode")
|
||||
(description "This package calculates a precise word count in org-mode
|
||||
by excluding unwanted elements such as code blocks, options, and drawers. The
|
||||
results are displayed on the modeline.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-org-texlive-collection
|
||||
(package
|
||||
(name "emacs-org-texlive-collection")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue