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.
This commit is contained in:
parent
53a9ede65c
commit
39a92a3e80
2
init.el
2
init.el
@ -1168,7 +1168,7 @@
|
||||
"")
|
||||
|
||||
org-agenda-prefix-format
|
||||
'((agenda . "%11s%?-12t%-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) "))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user