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 0107e8ecdb
commit 304fd01fe3

View file

@ -50,7 +50,14 @@
;; :ADDRESS: ;; :ADDRESS:
;; :BIRTHDAY: ;; :BIRTHDAY:
;; :END:"))) ;; :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: ;;; Code:
(require 'cl-lib) (require 'cl-lib)