Strip question mark from format string
This commit is contained in:
parent
e93bc7c805
commit
f337de88cf
1 changed files with 2 additions and 2 deletions
|
@ -118,5 +118,5 @@ the front and focus it. Otherwise, create one and load the data."
|
|||
(project (alist-get 'project entry))
|
||||
(description (alist-get 'description entry)))
|
||||
(insert (if project
|
||||
(format "%-2d (%05.2f) [%s] %s?\n" id urgency project description)
|
||||
(format "%-2d (%05.2f) %s?\n" id urgency description)))))))
|
||||
(format "%-2d (%05.2f) [%s] %s\n" id urgency project description)
|
||||
(format "%-2d (%05.2f) %s\n" id urgency description)))))))
|
||||
|
|
Loading…
Reference in a new issue