org-contacts.el: Add usage comments

* contrib/lisp/org-contacts.el: Add usage comments.
This commit is contained in:
stardiviner 2021-01-03 20:16:41 +08:00
parent 291993888d
commit f948234cba
No known key found for this signature in database
GPG Key ID: 1B5DF1C95AE89AC3
1 changed files with 8 additions and 1 deletions

View File

@ -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)