Fix: (org-ql-select) Sorting with single atom sorter

Closes #90.  Thanks to Jeff Filipovits (@legalnonsense).
This commit is contained in:
Jeff Filipovits 2020-01-07 08:02:50 -05:00 committed by Adam Porter
parent 9bd1235e00
commit 154d3bc949
3 changed files with 16 additions and 13 deletions

View file

@ -411,6 +411,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
+ Search/view buffers now always end with a newline, which prevents side-scrolling of the window when calling =end-of-buffer=.
+ Face for done to-do keywords in =org-ql-view= buffers. (Thanks to [[https://github.com/dsdshcym][Yiming Chen]].)
+ Make view buffers read-only. (Fixes [[https://github.com/alphapapa/org-ql/issues/72][#72]]. Thanks to [[https://github.com/xeijin][xeijin]].)
+ Sorting with single sorter specified as an atom. (Thanks to [[https://github.com/legalnonsense][Jeff Filipovits]].)
*Internal*
+ Added generic node data cache to speed up recursive, tree-based queries.