Add leading space in org agenda lines

This is required by the regular expression in `org-agenda-show-clocking-issues`,
without this space, no consistency checking is done.

Also indent all other agenda views, for consistency.
This commit is contained in:
Daniel - 2023-07-17 18:15:22 +02:00
parent 53a9ede65c
commit 0c0009b655
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 4 additions and 4 deletions

View File

@ -1168,10 +1168,10 @@
"")
org-agenda-prefix-format
'((agenda . "%11s%?-12t%-4(db/org-remaining-effort-of-current-item) ")
(todo . "%-8c%-4(db/org-remaining-effort-of-current-item) ")
(tags . "%-8c%-4(db/org-remaining-effort-of-current-item) ")
(search . "%-8c%-4(db/org-remaining-effort-of-current-item) "))
'((agenda . " %11s%?-12t%-4(db/org-remaining-effort-of-current-item) ")
(todo . " %-8c%-4(db/org-remaining-effort-of-current-item) ")
(tags . " %-8c%-4(db/org-remaining-effort-of-current-item) ")
(search . " %-8c%-4(db/org-remaining-effort-of-current-item) "))
org-agenda-custom-commands
`(("A" "Main Agenda"