branch: externals/org commit 26b0297f65eb38eff3253b77df3ca3e4e113c1d0 Merge: 815c0b3 3f5605e Author: Bastien <b...@gnu.org> Commit: Bastien <b...@gnu.org>
Merge branch 'bugfix' --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 869c6c1..ac74560 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -7161,7 +7161,7 @@ The optional argument TYPE tells the agenda type." (setq x (concat (substring x 0 (match-end 1)) - (unless (string-empty-p org-agenda-todo-keyword-format) + (unless (string= org-agenda-todo-keyword-format "") (format org-agenda-todo-keyword-format (match-string 2 x))) ;; Remove `display' property as the icon could leak