Skip to content

v1.3

Latest
Compare
Choose a tag to compare
@alphapapa alphapapa released this 23 Sep 23:42
· 9 commits to master since this release
v1.3

Additions

  • Selector :property, which groups items with a property, optionally also matching a value or predicate. (Thanks to Per Weijnitz.)
  • Special selector :take, which limits the number of items displayed in a group. (Thanks to Pete Kazmier.)
  • Option org-super-agenda-hide-empty-groups, which hides empty groups. (Thanks to Christian Schwarzgruber.)
  • Option org-super-agenda-keep-order, which re-sorts items after grouping to preserve their original sort order. (Thanks to Alexander-Miller.)
  • Selector :auto-ts may be given the argument reverse to sort the groups newest-first.
  • Option org-super-agenda-final-group-separator, which is a separator inserted after the final agenda group. (Thanks to Tyler Funnell.)

Fixes