By default, only show closed items on Org angeda log mode

It's easier for the weekly review to see only those items that were closed, as
those may still have pending actions that need to be captured.  Items not yet
closed are still available on the calendar, on the Next Action list, or
elsewhere.
This commit is contained in:
Daniel - 2021-06-06 16:47:58 +02:00
parent 97d45a8874
commit fea692a113
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@
org-agenda-skip-scheduled-if-deadline-is-shown 'not-today org-agenda-skip-scheduled-if-deadline-is-shown 'not-today
org-agenda-tags-todo-honor-ignore-options t org-agenda-tags-todo-honor-ignore-options t
org-agenda-start-with-log-mode nil org-agenda-start-with-log-mode nil
org-agenda-log-mode-items '(closed clock) org-agenda-log-mode-items '(closed)
org-agenda-remove-tags t org-agenda-remove-tags t
org-agenda-sticky nil org-agenda-sticky nil
org-agenda-inhibit-startup nil org-agenda-inhibit-startup nil