GNU bug report logs -
#51499
[PATCH 0/2] Add emacs-org-contacts.
Previous Next
Reported by: Morgan.J.Smith <at> outlook.com
Date: Sat, 30 Oct 2021 03:43:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 51499 <at> debbugs.gnu.org (full text, mbox):
From: Morgan Smith <Morgan.J.Smith <at> 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
This bug report was last modified 3 years and 259 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.