Skip to content

Commit 90c8230

Browse files
committed
chore(org): change repeat item behaviors
1 parent c750735 commit 90c8230

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cats/+org-todo.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
(org-agenda-skip-scheduled-if-done t)
1313
(org-agenda-skip-deadline-if-done t)
1414
(org-agenda-skip-deadline-prewarning-if-scheduled t)
15+
(org-agenda-skip-scheduled-repeats-after-deadline t)
1516
(org-agenda-prefix-format '((agenda . " %i %-20:c%?-12t% s")
1617
(todo . " %i %-20:c")
1718
(tags . " %i %-20:c")

cats/+org.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
(org-image-actual-width 500)
2626
(org-display-remote-inline-images 'cache)
2727
(org-insert-heading-respect-content t)
28+
(org-todo-repeat-to-state "STRT")
2829
(org-todo-keywords '((sequence
2930
"TODO(t)" ; A task that needs doing & is ready to do
3031
"PROJ(p)" ; A project, which usually contains other tasks

0 commit comments

Comments
 (0)