org-contacts.el: Add usage comments
* contrib/lisp/org-contacts.el: Add usage comments.
This commit is contained in:
parent
0107e8ecdb
commit
304fd01fe3
1 changed files with 8 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue