mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-denote-org.
* gnu/packages/emacs-xyz.scm (emacs-denote-org): New variable. Change-Id: Iaa14d1610f3e3b34acd18ed9a36f41a422ab0ac9
This commit is contained in:
parent
171e37e2cd
commit
74e53845e1
1 changed files with 19 additions and 0 deletions
|
@ -19866,6 +19866,25 @@ Denote files that goes beyond using the standard Dired Emacs command to
|
|||
view your Denote directory.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-denote-org
|
||||
(package
|
||||
(name "emacs-denote-org")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/denote-org-" version
|
||||
".tar"))
|
||||
(sha256
|
||||
(base32 "0nwyyzx96d5k6dw4jb8bvni9fjr1plip57mdsyabrha19p6n282d"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-denote))
|
||||
(home-page "https://github.com/protesilaos/denote-org")
|
||||
(synopsis "Denote extensions for Org mode")
|
||||
(description "This package contains extra features that better integrate
|
||||
Denote with Org mode.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-denote-explore
|
||||
(package
|
||||
(name "emacs-denote-explore")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue