mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add emacs-ox-html-stable-ids.
* gnu/packages/emacs-xyz.scm (emacs-ox-html-stable-ids): New variable.
This commit is contained in:
parent
30355c17d7
commit
dc2c851c35
1 changed files with 23 additions and 0 deletions
|
@ -32445,6 +32445,29 @@ (define-public emacs-ox-rss
|
|||
on the HTML back-end.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-ox-html-stable-ids
|
||||
(package
|
||||
(name "emacs-ox-html-stable-ids")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://codeberg.org/jkreeftmeijer/ox-html-stable-ids.el")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1slfc1hx6mgx6rb0h0hz7200dmpqr04sz8009r6cy7msp2b91hg7"))))
|
||||
(build-system emacs-build-system)
|
||||
(license license:gpl3)
|
||||
(home-page "https://jeffkreeftmeijer.com/ox-html-stable-ids")
|
||||
(synopsis "Stable IDs for ox-html.el")
|
||||
(description
|
||||
"Ox-html-stable-ids is an Org export extension package that generates
|
||||
HTML with stable ID attributes instead of the random IDs Org's exporter uses
|
||||
by default.")))
|
||||
|
||||
(define-public emacs-wc-mode
|
||||
(package
|
||||
(name "emacs-wc-mode")
|
||||
|
|
Loading…
Reference in a new issue