Go to file
stardiviner 722bc2ec91 changed edge case of `length` number detect positive number condition
When the contact heading is very long,
`(- some-positive-number (length contact-name))` can yield negative
number. In other words, your code will still err when the headline is
longer than org-tags-column.
2024-05-21 19:44:36 +08:00
.gitignore Adding org-contacts to GNU ELPA 2022-08-27 09:35:26 +08:00
README.org Implement a new org-contacts searching & completing through all contacts 2024-04-09 19:19:24 +08:00
org-contacts.el changed edge case of `length` number detect positive number condition 2024-05-21 19:44:36 +08:00
test-org-contacts.el Fix file has no `lexical-binding` directive on its first line 2024-04-10 11:51:00 +08:00

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.