From 745cde9504f5069f25a6a061079f0480ebe02cc6 Mon Sep 17 00:00:00 2001 From: stardiviner Date: Tue, 13 Dec 2016 15:04:28 +0800 Subject: [PATCH] update README --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a19309e..01c6c07 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ Searching Org-mode with search engines. # Usage # -- `[M-x org-searching-string]` -- `[M-x org-searching-regexp]` -- `[M-x org-searching-headlines]` +## Use Cases ## + +If you organize your knowledge wiki with Org-mode, and store them in a +directory, you may want to search like this: + +- search through all Org files for a specific thing with `[M-x org-searching-string]`. +- search all Org files under current path by specify `[C-u]`. +- search with regular expression with `[M-x org-searching-regexp]`. +- search only org-mode headlines for quick search (because most user define a + short description with headline) with `[M-x org-searching-headlines]`. + -- 2.11.4.GIT