Adam Porter

Results 2644 comments of Adam Porter

Hi, You could use the `:transformer` selector to do so. You would need to use a function that checks whether the item is scheduled and applies a face if so.

I'd suggest studying the source code, e.g. https://github.com/alphapapa/org-super-agenda/blob/f4f528985397c833c870967884b013cf91a1da4a/org-super-agenda.el#L504

AFAICT the problem here is shown in these lines from the backtrace: ``` org-is-habit-p(nil) (if (org-is-habit-p (org-super-agenda--get-marker item)) ``` That shows that `(org-super-agenda--get-marker item)` is returning nil for the item...

Besides that, I can't reproduce this problem (or any problem) with the habit selector using Org 9.7.5 and Emacs 29.4 and org-super-agenda from `master`. I don't know what happened, or...

What if you just type in `todo` instead of capitalizing it?

No need to apologize. I think it's just a consequence of using the "smart" query processing. Here's what I'd recommend, in order of preference: 1. See if you can use...

Hello Zachery, These are oversights that should be fixed, yes. However, as the warning you showed indicates, this should only happen when the package is being compiled after installation, not...

I don't know. That seems strange. The only suggestion I can think of is to explore Helm's options, in case there's something relevant.

Hi Matthias, Thanks for reporting this. I've seen it occasionally myself. It appears to simply be a matter of my not implementing a check for multiple such scans happening in...

Probably here: https://github.com/alphapapa/magit-todos/blob/7724259a008144b8cfc6cacdae3e764f207a03e7/magit-todos.el#L755