[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org f948234 1/2: org-contacts.el: Add usage comments
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org f948234 1/2: org-contacts.el: Add usage comments |
Date: |
Sun, 3 Jan 2021 07:57:10 -0500 (EST) |
branch: externals/org
commit f948234cba5603e68745bf4dd97feea66829ef94
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>
org-contacts.el: Add usage comments
* contrib/lisp/org-contacts.el: Add usage comments.
---
contrib/lisp/org-contacts.el | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
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)