diff --git a/contrib/lisp/org-contacts.el b/contrib/lisp/org-contacts.el index 0b7a7f8a9..eba1a82f2 100644 --- a/contrib/lisp/org-contacts.el +++ b/contrib/lisp/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)