Re: [O] Commit "org-agenda: Support for dimming..." breaks agenda display

2017-08-07 Thread Yuri Lensky
Hi, I have a attached a patch to fix this bug. As can be seen from the patch, the problem was improperly balanced parenthesis in `org-agenda--mark-blocked-entry' which caused the function to return 'nil unless the entry passed to it had the todo-state text property, whereas the proper behavior is

Re: [O] Commit "org-agenda: Support for dimming..." breaks agenda display

2017-08-07 Thread Nicolas Goaziou
Hello, Yuri Lensky writes: > I have a attached a patch to fix this bug. As can be seen from the patch, > the problem was improperly balanced parenthesis in > `org-agenda--mark-blocked-entry' which caused the function to return 'nil > unless the entry passed to it had the

Re: [O] Commit "org-agenda: Support for dimming..." breaks agenda display

2017-08-06 Thread Nicolas Goaziou
Hello, Oleh Krehel writes: > I updated Org recently and noticed that the agenda display looks very > broken, especially in `org-agenda-log-mode'. > > I did a bisect; reverting commit > 912a385518bcf2e320cc161d573ad329111de6c7 fixes it. > Anyone else have this problem?