branch: scratch/org-contacts-rebased commit 124cc7a1a05967c72fdc1be5ece7b94ef4a89087 Author: stardiviner <numbch...@gmail.com> Commit: stardiviner <numbch...@gmail.com>
org-contacts.el: Add usage comments * contrib/lisp/org-contacts.el: Add usage comments. --- org-contacts.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/org-contacts.el b/org-contacts.el index 0b7a7f8..eba1a82 100644 --- a/org-contacts.el +++ b/org-contacts.el @@ -50,7 +50,14 @@ ;; :ADDRESS: ;; :BIRTHDAY: ;; :END:"))) -;; + +;;;; Usage: + +;;; How to search? +;;; +;;; You can use `org-spare-tree' [C-c / p] to filter based on a +;;; specific property. Or other matcher on `org-sparse-tree'. + ;;; Code: (require 'cl-lib)