mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-org-dailies.
* gnu/packages/emacs-xyz.scm (emacs-org-dailies): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
f2f475603c
commit
e7b6cd86ef
1 changed files with 25 additions and 0 deletions
|
@ -10435,6 +10435,31 @@ org-mode elements depending on cursor position. Hidden fragment parts appear
|
||||||
when the cursor enters a fragment and disappear when it leaves.")
|
when the cursor enters a fragment and disappear when it leaves.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public emacs-org-dailies
|
||||||
|
;; No tags or versions.
|
||||||
|
(let ((commit "2db691bbfbee91e81eb828c98af1dee6c06a1cb1")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "emacs-org-dailies")
|
||||||
|
(version (git-version "0" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://git.sr.ht/~ngraves/org-dailies")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1kbl7c9amwnimhw2d8zx8jdjy659z41d5x25bjdfb3ic9w9gcmfg"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs (list emacs-dash))
|
||||||
|
(home-page "https://git.sr.ht/~ngraves/org-dailies")
|
||||||
|
(synopsis "Bare-bones daily journaling with Emacs")
|
||||||
|
(description
|
||||||
|
"This package provides daily journaling helpers. It is a bare-bones
|
||||||
|
copy of the org-roam-dailies extension without org-roam.")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-org-drill
|
(define-public emacs-org-drill
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-drill")
|
(name "emacs-org-drill")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue