~ruther/guix-local

74e53845e174e420322d89127b672a518dec35d3 — jgart 1 year, 2 months ago 171e37e
gnu: Add emacs-denote-org.

* gnu/packages/emacs-xyz.scm (emacs-denote-org): New variable.

Change-Id: Iaa14d1610f3e3b34acd18ed9a36f41a422ab0ac9
1 files changed, 19 insertions(+), 0 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +19 -0
@@ 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")