contrib/lisp/org-contacts.el: Complete contacts using tags and properties
commita11ce0b4562d12cd649de20c74ee92e27d0b8d44
authorGrégoire Jadi <gregoire.jadi@gmail.com>
Sun, 13 Jul 2014 10:28:49 +0000 (13 19:28 +0900)
committerGrégoire Jadi <gregoire.jadi@gmail.com>
Sun, 13 Jul 2014 10:28:49 +0000 (13 19:28 +0900)
tree46ace2b24c47e605005368233c7faec50c5b0eeb
parentbaa2c5943a4afce71a6336cbd957139e840bd952
contrib/lisp/org-contacts.el: Complete contacts using tags and properties

* contrib/lisp/org-contacts.el (org-contacts-complete-tags-props): New
function that allows the user to retrieve contacts based on tags and
properties.

(org-contacts-complete-functions): Add
org-contacts-complete-tags-props to the completion functions.

(org-contacts-tags-props-prefix): Prefix used to detect the
completion method wished.

Based on the idea and implementation of John Kitchin
contrib/lisp/org-contacts.el