[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: Add emacs-helm-org-contacts.
From: |
Pierre Neidhardt |
Subject: |
08/09: gnu: Add emacs-helm-org-contacts. |
Date: |
Sun, 22 Jul 2018 15:01:43 -0400 (EDT) |
ambrevar pushed a commit to branch master
in repository guix.
commit 5f005932bcc7b348d89f7f49a64e7ab7a6e7e061
Author: Pierre Neidhardt <address@hidden>
Date: Sun Jul 22 20:45:22 2018 +0200
gnu: Add emacs-helm-org-contacts.
* gnu/packages/emacs.scm (emacs-helm-org-contacts): New variable.
---
gnu/packages/emacs.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index fca34f9..4360baa 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -11557,3 +11557,31 @@ text-tree applications inside GNU Emacs. It consists
of 2 subprojects:
@command{ztree-diff} and @command{ztree-dir} (the basis of
@command{ztree-diff}).")
(license license:gpl3))))
+
+(define-public emacs-helm-org-contacts
+ (let ((commit "0af703bd9a43032b89fdf5559673151d1ac2fffc"))
+ (package
+ (name "emacs-helm-org-contacts")
+ (version (git-version "20180707" "1" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tmalsburg/helm-org-contacts")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1cl7cm2ic9pg4vc9cdh84vzjj1x2lpd5ymimiva8h4l17kiphk4s"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-dash" ,emacs-dash)
+ ("emacs-helm" ,emacs-helm)
+ ("emacs-s" ,emacs-s)))
+ (home-page "https://github.com/tmalsburg/helm-org-contacts")
+ (synopsis "Helm source for org-contacts")
+ (description "This Helm source can be used to search contacts stored in
+org-contacts format. There are actions for inserting postal addresses, email
+addresses, and phone numbers in the buffer where @command{helm-org-contacts}
+was called.")
+ (license license:gpl3))))
- branch master updated (b9231c5 -> e968542), Pierre Neidhardt, 2018/07/22
- 02/09: gnu: emacs-wgrep: Update to 20180711., Pierre Neidhardt, 2018/07/22
- 05/09: gnu: emacs-mu4e-conversation: Update to 20180722., Pierre Neidhardt, 2018/07/22
- 06/09: gnu: emacs-evil-collection: Update to 20180721., Pierre Neidhardt, 2018/07/22
- 09/09: gnu: Add emacs-dired-du., Pierre Neidhardt, 2018/07/22
- 01/09: gnu: emacs-helm-eww: Update to 20180511., Pierre Neidhardt, 2018/07/22
- 03/09: gnu: emacs-wgrep-helm: Deprecate in favor of emacs-wgrep., Pierre Neidhardt, 2018/07/22
- 07/09: gnu: Add emacs-ztree., Pierre Neidhardt, 2018/07/22
- 08/09: gnu: Add emacs-helm-org-contacts.,
Pierre Neidhardt <=
- 04/09: gnu: emacs-helm-exwm: Update to 20180703., Pierre Neidhardt, 2018/07/22