From cc05faa977b40668133d34eac4448f5908090f21 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sat, 4 Aug 2018 15:47:41 -0500 Subject: [PATCH] Docs: Add missing sort type to docstring --- org-ql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ql.el b/org-ql.el index b21a750..d232090 100644 --- a/org-ql.el +++ b/org-ql.el @@ -26,7 +26,7 @@ of calling `org-element-headline-parser' at each matching entry. SORT is a user defined sorting function, or an unquoted list of one or more sorting methods, including: `date', `deadline', -`scheduled', and `priority'. +`scheduled', `todo', and `priority'. If NARROW is non-nil, query will run without widening the buffer (the default is to widen and search the entire buffer).