mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-22 19:17:34 +00:00
[emacs] Show unscheduled todos in agenda
This commit is contained in:
parent
bb30609857
commit
91c4e84f9b
1 changed files with 3 additions and 1 deletions
|
@ -191,7 +191,9 @@ TODOs, synced externally using Nextcloud.
|
|||
((agenda "" ((org-agenda-span 'week)))
|
||||
(tags-todo "DEADLINE<=\"<+7d>\""
|
||||
((org-agenda-overriding-header "Due soon")))
|
||||
(todo ""))
|
||||
(todo ""
|
||||
((org-agenda-overriding-header "Unscheduled")
|
||||
(org-agenda-skip-function '(org-agenda-skip-entry-if 'scheduled 'deadline)))))
|
||||
|
||||
((org-agenda-start-with-log-mode t)
|
||||
(org-agenda-start-day nil)
|
||||
|
|
Loading…
Reference in a new issue