Convert function `org-contacts--all-contacts` into variable `org-contacts-all-contacts`.
[org-contacts.git] / README.org
blob41e1b2a7e2f72d251bba9edc5456b6c046a3834c
1 * Intro
3 Contacts management system for Org Mode.
5 (The public repo of original =org-mode/contrib/lisp/org-contacts.el=.)
7 Manage your contacts from Org mode and in Org mode convenient way. You can auto complete email
8 addresses, export contacts to a vCard file, put birthdays in your Org Agenda, and more.
10 * Features
12 - Managing contacts information in Org mode.
13 - Recording contact info in Org mode.
14 - Searching with command ~org-contacts~.
15 - Used as contacts database backend for email address completing in mu4e etc.
16 - Export contacts to a vCard file.
17 - Put birthdays in your Org Agenda.
19 * Screenshots
21 * Installation
23 Package has been submitted to NonGNU or MELPA. You can install it through those package sources.
25 * Usage
27 ** Search contact in org-contacts databse
29 - Use command =[M-x org-contacts]= to search and select concate through ~completing-read~.
30 - Use command =[M-x org-contacts-agenda]= for old behavior Org Agenda matching.