summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstardiviner <numbchild@gmail.com>2021-01-03 20:16:41 +0800
committerstardiviner <numbchild@gmail.com>2021-01-03 20:16:41 +0800
commitf948234cba5603e68745bf4dd97feea66829ef94 (patch)
treea304c48ac0afe38418079d8fc58a2e8b8166d9e0
parent291993888d7b6776d42a86facd26c8bc0f72e475 (diff)
downloadorg-mode-f948234cba5603e68745bf4dd97feea66829ef94.tar.gz
org-contacts.el: Add usage comments
* contrib/lisp/org-contacts.el: Add usage comments.
-rw-r--r--contrib/lisp/org-contacts.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/lisp/org-contacts.el b/contrib/lisp/org-contacts.el
index 0b7a7f8..eba1a82 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)