Re: Bug: Unicode ORG-TODO-KEYWORDS not recognized in agenda's stuck projects [9.3.6 (9.3.6-4-gdfa7a3-elpa @ /home/andy/.config/emacs/elpa/org-20200217/)]

2020-09-23 Thread Andy Drop
Bastien writes: > Hi Andreas, > > I don't see what can go wrong with unicode symbols for TODO keywords > when listing stuck projects. > > ... find `org-agenda-list-stuck-projects' ... > > Go at the end of the function and instrument it with C-u C-M-x then > list stuck projects and see where the

Bug: Unicode ORG-TODO-KEYWORDS not recognized in agenda's stuck projects [9.3.6 (9.3.6-4-gdfa7a3-elpa @ /home/andy/.config/emacs/elpa/org-20200217/)]

2020-08-20 Thread Andy Drop
I configured my org-todo-keywords in a way, that they are just single unicode symbols instead of the classic TODO, NEXT, WAIT, DONE,etc. This is done in my init.el like this: (setq org-todo-keywords '((sequence "⭕(p)" "⸰(t)" "▶(n)" "⏸(w)" "|" "✔(d)" "❌(c)" "⏩(r)"))) This works perfectly, s