Compare commits

..

2 Commits

Author SHA1 Message Date
1159a9fe64
Ignore periodic tasks on hold in overview 2022-05-01 14:39:36 +02:00
380c102dcc
Save undo-tree history to disk
But use the standard ebackup directory for this.
2022-04-30 15:13:18 +02:00
2 changed files with 6 additions and 4 deletions

2
.gitignore vendored
View File

@ -60,4 +60,4 @@
/projects
/.lsp-session-v1
/.cache/
.*.~undo-tree~

View File

@ -695,7 +695,9 @@
undo
undo-tree-redo)
:init (setq undo-tree-visualizer-timestamps t
undo-tree-visualizer-diff t)
undo-tree-visualizer-diff t
undo-tree-auto-save-history t
undo-tree-history-directory-alist `(("." . ,(expand-file-name "ebackup/" emacs-d))))
:diminish undo-tree-mode)
(use-package wgrep
@ -1134,8 +1136,8 @@
((org-agenda-overriding-header "Open Projects")))
(tags "TODO=\"\"+TAGS={TOPIC}-SCHEDULED>=\"<+1d>\""
((org-agenda-overriding-header "Topics")))
(tags "TAGS={PERIODIC}-TODO={DONE\\|CANC}-SCHEDULED>=\"<+1d>\""
((org-agenda-overriding-header "Periodic Projects (PERIODIC, not scheduled in the future, not done)")))))
(tags "TAGS={PERIODIC}-TODO={DONE\\|CANC}-HOLD-SCHEDULED>=\"<+1d>\""
((org-agenda-overriding-header "Periodic Projects (PERIODIC, not scheduled in the future, not done, not on hold)")))))
("W" "Weekly Review"
((agenda ""