William Xu writes: > I think I'm still seeing the issue. For example, if i change (M-x > org-agenda-todo) a TODO item into next state ONGOING, which i have made > prettified: > > (push '("ONGOING" . "👷" ) prettify-symbols-alist) > > So far so good. But as soon as I call org-agenda-redo-all, after the > agenda is refreshed, it changes back to text 'ONGOING'. I was able to reproduce using prettify-symbols-mode (though not using pretty-symbols-mode). Should be fixed now in the attached patch. Best, Ihor