Fix format of tasks without project
This commit is contained in:
parent
d972136b3b
commit
4975d5fd7e
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ the front and focus it. Otherwise, create one and load the data."
|
||||||
(insert (if project
|
(insert (if project
|
||||||
(format (concat " %-2d (%05.2f) [%s]%-" (number-to-string project-spacing) "s %s\n") id urgency project "" description)
|
(format (concat " %-2d (%05.2f) [%s]%-" (number-to-string project-spacing) "s %s\n") id urgency project "" description)
|
||||||
(format
|
(format
|
||||||
(concat "%-2d (%05.2f) %-" (number-to-string (+ 3 project-max-length)) "s%s\n")
|
(concat " %-2d (%05.2f) %-" (number-to-string (+ 3 project-max-length)) "s%s\n")
|
||||||
id urgency "" description)))))))
|
id urgency "" description)))))))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue