diff --git a/README.org b/README.org index 49682c4..d9040ca 100644 --- a/README.org +++ b/README.org @@ -456,6 +456,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience + Function ~org-ql-query~ renamed to ~org-ql-select~. ~org-ql-query~ now refers to a new function. + Macro ~org-ql~ no longer accepts a ~:markers~ argument. Instead, use argument ~:action element-with-markers~. See function ~org-ql-select~, which ~org-ql~ calls. + Selector ~(todo)~ no longer matches "done" keywords when used without arguments (i.e. the ones in variable ~org-done-keywords~). ++ Overhauled date/time-based predicates. See documentation for new argument signatures. *Removed* + Selector ~(date)~, replaced by ~(ts)~.