Adam Porter

Results 2642 comments of Adam Porter

@sergiodj Thanks. In that case, if this seems sufficient for this sort-of edge case, I'll consider the problem solved for now. If it's still necessary to disable membership events entirely...

I'm not sure what you mean by backward-compatible here. It would need to be specified as a new value for `:as`, maybe something like `:as '(response :with file)`, `:as '(response...

Seems like a good idea. :) Thanks. (Sorry I overlooked this issue for so long.)

Yeah, part of me still wants to consider doing this in the future, but it's probably better not to.

Hi Claudius, Thanks for persisting with this bug report until I recognized the problem. For my own reference, this new definition of the function includes the fix: ```el (cl-defun org-dblock-write:org-ql...

Hi, Thanks for reporting this bug. Please try this commit and let me know if it fixes it for you: https://github.com/alphapapa/org-sticky-header/commit/d0304316690b28469530bf92c8a893cfac94fb44

That isn't implemented. It could be, but I'd rather put my time toward fixing up this branch which would offer a similar feature by using magit-section: https://github.com/alphapapa/org-ql/issues/331 However, I'm not...

I'm willing to consider a general improvement to the interactive commands to allow them to accept either a name or an `activity` struct as their argument.

Hi Krister, Yes, this is a good idea. From the filtering side, Org QL provides this, as you can write a query like `(not (done))` or `(todo)` (they are equivalent),...