gnu: emacs-orgalist: Update to 1.12.
* gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.12. [description]: Fix wording.master
parent
bc58c59760
commit
74001286b7
|
@ -8406,24 +8406,23 @@ distribution, primarily targeting Clojure users")
|
||||||
(define-public emacs-orgalist
|
(define-public emacs-orgalist
|
||||||
(package
|
(package
|
||||||
(name "emacs-orgalist")
|
(name "emacs-orgalist")
|
||||||
(version "1.11")
|
(version "1.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
"orgalist-" version ".el"))
|
"orgalist-" version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1hwm7j0hbv2pg9w885ky1c9qga3grcfq8v216jv2ivkw8xzavysd"))))
|
||||||
"0zbqkk540rax32s8szp5zgz3a02zw88fc1dmjmyw6h3ls04m91kl"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://elpa.gnu.org/packages/orgalist.html")
|
(home-page "https://elpa.gnu.org/packages/orgalist.html")
|
||||||
(synopsis "Manage Org-like lists in non-Org buffers")
|
(synopsis "Manage Org-like lists in non-Org buffers")
|
||||||
(description "Write Org mode's plain lists in non-Org buffers. More
|
(description "Orgalist writes and manages Org mode's plain lists in
|
||||||
specifically, Orgalist supports the syntax of Org mode for numbered,
|
non-Org buffers. More specifically, it supports the syntax of Org mode for
|
||||||
unnumbered, description items, checkboxes, and counter cookies.
|
numbered, unnumbered, description items, checkboxes, and counter cookies.
|
||||||
|
|
||||||
The library also implements radio lists, i.e., lists written in Org
|
The library also implements radio lists, i.e., lists written in Org syntax
|
||||||
syntax later translated into the host format, e.g., LaTeX or HTML.")
|
later translated into the host format, e.g., LaTeX or HTML.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-writegood-mode
|
(define-public emacs-writegood-mode
|
||||||
|
|
Reference in New Issue