org-email

Homepage: https://github.com/nicferrier/org-email

Author: Nic Ferrier

Updated:

Summary

Use org for an email database

Commentary

This is a simple org-mode add on that allows the use of org mode as
an email database.

Store emails in org structure like this:

* Nic Ferrier
** email
*** nferrier@gnu.org

or use the `email' tag:

* Nic Ferrier
** nferrier@gnu.org                      :email:

This code searches through both when making completions.

Dependencies