Add: (org-ql-query) narrow, order-by
This commit is contained in:
parent
bd3ab6fb02
commit
ab0df68aae
2 changed files with 16 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue