gnu: emacs-org-sidebar: Update to 0.2.
* gnu/packages/emacs-xyz.scm (emacs-org-sidebar): Update to 0.2.
This commit is contained in:
parent
7a268eadbe
commit
8ff62eeb95
|
@ -4453,36 +4453,34 @@ started with 20 minutes. All values are customizable.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-org-sidebar
|
(define-public emacs-org-sidebar
|
||||||
(let ((commit "b2a5a69b1ebbab63b55e7d1a9453f385624a642c")
|
(package
|
||||||
(revision "2"))
|
(name "emacs-org-sidebar")
|
||||||
(package
|
(version "0.2")
|
||||||
(name "emacs-org-sidebar")
|
(source
|
||||||
(version (git-version "0.1" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/alphapapa/org-sidebar.git")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://github.com/alphapapa/org-sidebar.git")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "106h06vjfbqfj761vbxwymd6612ds8c6fk053yzgbrqzm3hn2c03"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32 "0dajwg92kj7998xl0x35dlqwdhgwjcwxa726kf4f3wgv1azpyff6"))))
|
(propagated-inputs
|
||||||
(build-system emacs-build-system)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
(propagated-inputs
|
("emacs-org-super-agenda" ,emacs-org-super-agenda)
|
||||||
`(("emacs-dash" ,emacs-dash)
|
("emacs-org" ,emacs-org)
|
||||||
("emacs-org-super-agenda" ,emacs-org-super-agenda)
|
("emacs-org-ql" ,emacs-org-ql)
|
||||||
("emacs-org" ,emacs-org)
|
("emacs-s" ,emacs-s)))
|
||||||
("emacs-org-ql" ,emacs-org-ql)
|
(home-page "https://github.com/alphapapa/org-sidebar")
|
||||||
("emacs-s" ,emacs-s)))
|
(synopsis "Helpful sidebar for Org buffers")
|
||||||
(home-page "https://github.com/alphapapa/org-sidebar")
|
(description "This package provides a sidebar for Org buffers. At the
|
||||||
(synopsis "Helpful sidebar for Org buffers")
|
|
||||||
(description "This package provides a sidebar for Org buffers. At the
|
|
||||||
top is a chronological list of scheduled and deadlined tasks in the current
|
top is a chronological list of scheduled and deadlined tasks in the current
|
||||||
buffer (similar to the Org agenda ,but without all its features), and below
|
buffer (similar to the Org agenda ,but without all its features), and below
|
||||||
that is a list of all other non-done to-do items. If the buffer is narrowed,
|
that is a list of all other non-done to-do items. If the buffer is narrowed,
|
||||||
the sidebar only shows items in the narrowed portion; this allows seeing an
|
the sidebar only shows items in the narrowed portion; this allows seeing an
|
||||||
overview of tasks in a subtree.")
|
overview of tasks in a subtree.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-org-trello
|
(define-public emacs-org-trello
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue