Skip to main content


Is there a way to tell org-mode's agenda view not to show completed to-dos and schedule entries that are more than say a week past completion?
#emacs

reshared this

in reply to Jonathan Lamothe

```
;; to the first question: not to show completed to-dos in agenda view
(setq org-agenda-skip-scheduled-if-done t)
```

#orgmode

This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.