branch: externals/org commit c6d11502e0fdaead1afc522f28cfea7abf4208ff Author: Bastien <b...@gnu.org> Commit: Bastien <b...@gnu.org>
Fix code typo in 06c064e9 (take 2) --- 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)