From 2c2d2a1aeef6fa38d744d52422e637dbdd7d7878 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Mon, 1 Jan 2024 16:04:38 -0600 Subject: [PATCH] WIP: Docstring --- org-ql-search.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org-ql-search.el b/org-ql-search.el index 02a17bd..81b021a 100644 --- a/org-ql-search.el +++ b/org-ql-search.el @@ -157,9 +157,10 @@ Interactively, may also be: - `buffer': search the current buffer - `all': search all Org buffers -- `agenda': search buffers returned by the function `org-agenda-files' +- `agenda': search buffers returned by the function + `org-agenda-files' - `directory': search Org files in `org-directory' -- A space-separated list of file or buffer names +- A space-separated list of file/buffer names or Org heading IDs QUERY: An `org-ql' query in either sexp or non-sexp form (see Info node `(org-ql)Queries').