[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51499] [PATCH 2/2] gnu: Add emacs-org-contacts.
From: |
Morgan . J . Smith |
Subject: |
[bug#51499] [PATCH 2/2] gnu: Add emacs-org-contacts. |
Date: |
Fri, 29 Oct 2021 23:45:40 -0400 |
From: Morgan Smith <Morgan.J.Smith@outlook.com>
* gnu/packages/emacs-xyz.scm (emacs-org-contacts): New variable.
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a38a3c93c8..609172a670 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12338,6 +12338,29 @@ (define-public emacs-org-contrib
compatible with the Org stable version.")
(license license:gpl3+)))
+(define-public emacs-org-contacts
+ (let ((commit "c16ea6b458b3652a7640edd6581034e6d16f6600")
+ (revision "0"))
+ (package
+ (name "emacs-org-contacts")
+ (version (git-version "0.1" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/stardiviner/org-contacts.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1gfcixmj2b6y1m9vm27kggdrc28fv78072zvzm4kvjw0ypb8r185"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/stardiviner/org-contacts.el")
+ (synopsis "Contacts management system for Org mode")
+ (description "Manage your contacts from Org mode. You can auto
+complete email addresses, export contacts to a vCard file, put birthdays
+in your Org Agenda, and more.")
+ (license license:gpl3+))))
+
(define-public emacs-org-pretty-table
;; There is no release yet.
(let ((commit "1331c600b83d95b28730b1bfcb48369ac1cf12ef")
--
2.33.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#51499] [PATCH 2/2] gnu: Add emacs-org-contacts.,
Morgan . J . Smith <=