vdir is a standard for storing calendars and contacts on a file system much like maildir is for emails. vdirel
provides utility functions to manipulate vdir repositories from Emacs.
Use melpa and M-x package-install
.
First, you must configure the variable vdirel-repository
to your
vdir repository. If you have more than one repository, read below.
This shows how to insert a comma-separated list of email addresses and contact fullnames from your contact book.
Step by step:
M-x vdirel-helm-select-email
to start the selection process- Type some letters to select a contact email address
- Select the email address with
M-SPC
(in the mode-line, theM<x>
counter increases to confirm the selection) - While you want to insert more email addresses, erase the minibuffer and go back to step 2
- When you are done, press
RET
to insert all selected email addresses and associated fullnames in a comma-separated list
If you use more than one repository, configure vdirel-repositories
and call vdirel-switch-repository
.
Yes, please do! See CONTRIBUTING for guidelines.
See COPYING. Copyright (c) 2015 Damien Cassou.