From 6a968d212f1b7225e288cb34347cbd8deaa3a112 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Tue, 16 Jul 2019 13:05:16 -0500 Subject: [PATCH] Docs: Update first paragraph --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 07d9bbe..f3675ca 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,6 @@ #+TITLE: org-ql -~org-ql~ is a lispy query language for Org files. It allows you to find Org entries matching certain criteria and perform actions on them, such as collecting their parsed representation with ~org-element~ (the default action). +~org-ql~ is a lispy query language for Org files. It allows you to find Org entries matching certain criteria and return a list of them or perform actions on them. Commands are also provided which display a buffer with matching results, similar to an Org Agenda buffer. * Contents :PROPERTIES: