branch: externals/org commit 937a0d8598ae069de9b9c87922f702f36ba66989 Merge: 405d82e ed5e289 Author: Bastien <b...@gnu.org> Commit: Bastien <b...@gnu.org>
Merge branch 'maint' --- lisp/org-agenda.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index ccd3c5f..4ed1969 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -7150,8 +7150,8 @@ The optional argument TYPE tells the agenda type." ;; Remove `display' property as the icon could leak ;; on the white space. (org-add-props " " (org-plist-delete (text-properties-at 0 x) - 'display))) - (substring x (match-end 3)))))) + 'display)) + (substring x (match-end 3))))))) x))) (defsubst org-cmp-values (a b property)