orgzly-revived / orgzly-android-revived

Outliner for taking notes and managing to-do lists
https://www.orgzlyrevived.com
GNU General Public License v3.0
659 stars 42 forks source link

Hide repeated tasks in agenda #305

Open chreekat opened 2 months ago

chreekat commented 2 months ago

This request is for orgzly to implement org-agenda-show-future-repeats and its effects.

org-agenda-show-future-repeats is a variable defined in ‘org-agenda.el’.
...

Non-nil shows repeated entries in the future part of the agenda.
When set to the symbol ‘next’ only the first future repeat is shown.

  This variable was introduced, or its default value was changed, in
  version 26.1 of Emacs.
chreekat commented 2 months ago

(I thought about adding a request for org-agenda-todo-ignore-scheduled in the same issue. But they're only tangentially related, so I dropped it.

EDIT: I can already do that anyway with s.none! Yay! )