thing
This commit is contained in:
parent
f16708adeb
commit
45abdca13f
1 changed files with 69 additions and 62 deletions
|
@ -709,7 +709,14 @@ Cause emacs overlay lol
|
||||||
(org-agenda-files org-agenda-files)))
|
(org-agenda-files org-agenda-files)))
|
||||||
(todo "CANC"
|
(todo "CANC"
|
||||||
((org-agenda-overriding-header "Cancelled Projects")
|
((org-agenda-overriding-header "Cancelled Projects")
|
||||||
(org-agenda-files org-agenda-files)))))))
|
(org-agenda-files org-agenda-files)))))
|
||||||
|
|
||||||
|
("1" "Events" agenda "display deadlines and exclude scheduled" (
|
||||||
|
(org-agenda-span 'month)
|
||||||
|
(org-agenda-time-grid nil)
|
||||||
|
(org-agenda-show-all-dates nil)
|
||||||
|
(org-agenda-entry-types '(:deadline)) ;; this entry excludes :scheduled
|
||||||
|
(org-deadline-warning-days 0) ))))
|
||||||
|
|
||||||
(setq org-capture-templates
|
(setq org-capture-templates
|
||||||
`(("t" "Tasks / Projects")
|
`(("t" "Tasks / Projects")
|
||||||
|
|
Loading…
Reference in a new issue