You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few tasks that I want to do every day. So I have repeater tasks with date .+1d. However, these tasks now clutter my agenda. I only want to see them for the given day. Emacs Org provides a variable to do this (see above).
For quick reference, the docstring for org-agenda-show-future-repeats says
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
and for org-agenda-prefer-last-repeat
Non-nil sets date for repeated entries to their last repeat.
When nil, display SCHEDULED and DEADLINE dates at their base
date, and in today’s agenda, as a reminder. Display plain
time-stamps, on the other hand, at every repeat date in the past
in addition to the base date.
When non-nil, show a repeated entry at its latest repeat date,
possibly being today even if it wasn’t marked as done. This
setting is useful if you do not always mark repeated entries as
done and, yet, consider that reaching repeat date starts the task
anew.
When set to a list of strings, prefer last repeats only for
entries with these TODO keywords.
Activity
jgollenz commentedon Jan 10, 2023
For quick reference, the docstring for
org-agenda-show-future-repeats
saysand for
org-agenda-prefer-last-repeat