descriptionContacts management system for Org Mode.
ownernumbchild@gmail.com
last changeTue, 21 May 2024 11:44:36 +0000 (21 19:44 +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-05-21 stardivinerchanged edge case of `length` number detect positive... main
2024-05-21 stardivinerupgrade org-mode version requirements
2024-05-21 stardivinerWarning: in defcustom for ‘org-contacts-identity-proper...
2024-05-21 stardivinerPut variable `org-contacts-all-contacts` definition...
2024-05-21 stardivinerFix issue what if `org-tag-column` is positive number
2024-05-21 stardivinerUse older compatible API function `org-entry-get` to...
2024-05-16 stardivinerupdate get target file name buffer logic
2024-05-16 stardivinerFix jump to contact entry position content not revealed...
2024-04-30 stardivinerConvert function `org-contacts--all-contacts` into...
2024-04-30 stardivinerUse `find-file-noselect` to replace `find-file` for...
2024-04-10 stardivinerFix `org-contacts-identity-properties-list' list elemen...
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...
...
heads
2 weeks ago main