Add: (org-ql-select) Accept a function for buffers-files

This commit is contained in:
Adam Porter 2019-10-02 11:58:28 -05:00
parent e60e217312
commit c286ab1967
3 changed files with 4 additions and 4 deletions

View file

@ -482,6 +482,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
+ Predicate =(path)=.
+ Option =org-ql-views= may now be customized in a guided, structured way with the customization UI (e.g. =M-x customize-option RET org-ql-views RET=, or press =c= in the =org-ql-view-sidebar= buffer).
+ Enable more Org Agenda commands in =org-ql-view= buffers (e.g. setting deadlines and scheduling). (Fixes [[https://github.com/alphapapa/org-ql/issues/35][#35]]. Thanks to [[https://github.com/mz-pdm][Milan Zamazal]] and [[https://github.com/mskorzhinskiy][Mikhail Skorzhinskii]].)
+ Function =org-ql-select='s =buffers-files= argument can be a function which returns a list of buffers and/or files.
*Changed*
+ Predicate =heading= now accepts multiple regexps, which are matched with boolean =AND=.