descriptionContacts management system for Org Mode.
ownernumbchild@gmail.com
last changeWed, 10 Apr 2024 11:28:34 +0000 (10 19:28 +0800)
content tags
add:
README.org
* Intro

Contacts management system for Org Mode.

(The public repo of original =org-mode/contrib/lisp/org-contacts.el=.)

Manage your contacts from Org mode and in Org mode convenient way. You can auto complete email
addresses, export contacts to a vCard file, put birthdays in your Org Agenda, and more.

* Features

- Managing contacts information in Org mode.
- Recording contact info in Org mode.
- Searching with command ~org-contacts~.
- Used as contacts database backend for email address completing in mu4e etc.
- Export contacts to a vCard file.
- Put birthdays in your Org Agenda.

* Screenshots

* Installation

Package has been submitted to NonGNU or MELPA. You can install it through those package sources.

* Usage

** Search contact in org-contacts databse

- Use command =[M-x org-contacts]= to search and select concate through ~completing-read~.
- Use command =[M-x org-contacts-agenda]= for old behavior Org Agenda matching.
shortlog
2024-04-10 stardivinerFix `org-contacts-identity-properties-list' list elemen... main
2024-04-10 stardivinerFix `files` variable nil on command `org-contacts`...
2024-04-10 stardivinerFix file has no `lexical-binding` directive on its...
2024-04-10 stardivinerFix the function `diary-anniversary' is not known to...
2024-04-10 stardivinerFix free variable `org-contacts-all-contacts'
2024-04-10 stardivinerFix `org-contacts-identity-properties-list': ‘list...
2024-04-09 stardivinerImplement a new org-contacts searching & completing...
2024-03-11 stardivinerFix error: symbol’s function definition is void: `erc...
2024-02-28 stardivinerFix all byte-compile warnings
2024-02-28 stardivinerload `with-memoization` from "subr.el"
2024-02-28 Tom WillemseDetect whether Org headline is really an org-contacts...
2024-02-20 stardivinerRe-implement nick completing function `org-contacts...
2023-07-21 stardivinerextract properties Org entry headline at `position...
2023-07-21 Joseph Turner(org-contacts) Don't try to store link above first...
2023-07-10 stardiviner[test] add ert testing for property "EMAIL" value forma...
2023-07-10 stardivinerClean nil and empty string "" from result
...
heads
2 weeks ago main