We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c750735 commit 90c8230Copy full SHA for 90c8230
cats/+org-todo.el
@@ -12,6 +12,7 @@
12
(org-agenda-skip-scheduled-if-done t)
13
(org-agenda-skip-deadline-if-done t)
14
(org-agenda-skip-deadline-prewarning-if-scheduled t)
15
+ (org-agenda-skip-scheduled-repeats-after-deadline t)
16
(org-agenda-prefix-format '((agenda . " %i %-20:c%?-12t% s")
17
(todo . " %i %-20:c")
18
(tags . " %i %-20:c")
cats/+org.el
@@ -25,6 +25,7 @@
25
(org-image-actual-width 500)
26
(org-display-remote-inline-images 'cache)
27
(org-insert-heading-respect-content t)
28
+ (org-todo-repeat-to-state "STRT")
29
(org-todo-keywords '((sequence
30
"TODO(t)" ; A task that needs doing & is ready to do
31
"PROJ(p)" ; A project, which usually contains other tasks
0 commit comments