소스 검색

org-contacts.el: Add usage comments

* contrib/lisp/org-contacts.el: Add usage comments.
stardiviner 5 년 전
부모
커밋
f948234cba
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      contrib/lisp/org-contacts.el

+ 8 - 1
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)