diff --git a/rekahsoft-gnu/packages/emacs-xyz.scm b/rekahsoft-gnu/packages/emacs-xyz.scm index f31c14e..86abde5 100644 --- a/rekahsoft-gnu/packages/emacs-xyz.scm +++ b/rekahsoft-gnu/packages/emacs-xyz.scm @@ -900,3 +900,27 @@ the same functionality as it, but for rcirc.") (synopsis "Haskell support for lsp-mode") (description "Haskell specific adapter for LSP mode") (license license:gpl3))) + +(define-public emacs-org-category-capture + (package + (name "emacs-org-category-capture") + (version "20220114.730") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/IvanMalison/org-projectile.git") + (commit "642b39c698db00bc535c1c2335f425fb9f4855a9"))) + (sha256 + (base32 + "1pcfyrmbnsk39w4d6cs27bcyihics3gll515fslnl5kqbaj9qn09")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-org)) + (arguments + '(#:include '("^org-category-capture.el$") + #:exclude '())) + (home-page "https://github.com/IvanMalison/org-projectile") + (synopsis "Contextualy capture of org-mode TODOs.") + (description + "This package provides an interface that can be used to capture TODOs with a +category that is selected depending on a some piece of Emacs context.") + (license license:gpl3)))