[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: Add emacs-helm-org-rifle.
From: |
guix-commits |
Subject: |
05/10: gnu: Add emacs-helm-org-rifle. |
Date: |
Mon, 5 Aug 2019 10:09:12 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 1a24d8b3472f63534fe8020d2d70b88507e25d06
Author: Brian Leung <address@hidden>
Date: Thu Jul 25 00:03:59 2019 +0200
gnu: Add emacs-helm-org-rifle.
* gnu/packages/emacs-xyz.scm (emacs-helm-org-rifle): New variable.
Signed-off-by: Ricardo Wurmus <address@hidden>
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8bd20a7..06248cc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7159,6 +7159,32 @@ find files owned by packages... And much more,
including performing all the
above over the network.")
(license license:gpl3+))))
+(define-public emacs-helm-org-rifle
+ (package
+ (name "emacs-helm-org-rifle")
+ (version "1.6.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/alphapapa/helm-org-rifle")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1r38xhwvgbv6kn5x159phz3xgss7f1rc7icq27rnr4d8aj91wm6k"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-dash" ,emacs-dash)
+ ("emacs-f" ,emacs-f)
+ ("emacs-helm" ,emacs-helm)
+ ("emacs-s" ,emacs-s)))
+ (home-page "https://github.com/alphapapa/helm-org-rifle")
+ (synopsis "Rifle through Org files")
+ (description "This package searches both headings and contents of entries
+in Org buffers and displays matching entries.")
+ (license license:gpl3+)))
+
(define-public emacs-memoize
(package
(name "emacs-memoize")
- branch master updated (213315d -> 10989c5), guix-commits, 2019/08/05
- 01/10: gnu: emacs-helm: Update to 3.3., guix-commits, 2019/08/05
- 02/10: gnu: Add emacs-evil-traces., guix-commits, 2019/08/05
- 04/10: gnu: emacs-magit-todos: Update to 1.3., guix-commits, 2019/08/05
- 03/10: gnu: Add emacs-scroll-on-drag., guix-commits, 2019/08/05
- 07/10: gnu: emacs-highlight-indentation: Update to 0.7.0-1.d03803f., guix-commits, 2019/08/05
- 06/10: gnu: Add emacs-dired-toggle-sudo., guix-commits, 2019/08/05
- 05/10: gnu: Add emacs-helm-org-rifle.,
guix-commits <=
- 08/10: gnu: emacs-so-long: Update to 1.0-2.cfae473., guix-commits, 2019/08/05
- 09/10: gnu: emacs-evil-expat: Update to 0.0.1-1.f4fcd0a., guix-commits, 2019/08/05
- 10/10: gnu: emacs-lua-mode: Update to 20151025-2.95c64bb., guix-commits, 2019/08/05