Add: (org-ql-query) narrow, order-by

This commit is contained in:
Adam Porter 2019-08-10 10:18:03 -05:00
parent bd3ab6fb02
commit ab0df68aae
2 changed files with 16 additions and 4 deletions

View file

@ -286,7 +286,7 @@ Examples:
**** Function: ~org-ql-query~
/Arguments:/ ~(&key (select 'element-with-markers) from where)~
/Arguments:/ ~(&key (select 'element-with-markers) from where order-by narrow)~
Like ~org-ql-select~, but arguments are named more like a ~SQL~ query.
@ -296,6 +296,11 @@ Like ~org-ql-select~, but arguments are named more like a ~SQL~ query.
~WHERE~ corresponds to the ~org-ql-select~ argument ~QUERY~.
~ORDER-BY~ corresponds to the ~org-ql-select~ argument ~SORT~, which
see.
~NARROW~ corresponds to the ~org-ql-select~ argument ~NARROW~.
Examples:
#+BEGIN_SRC elisp