Akira Komamura

Results 180 comments of Akira Komamura

@reyman I think this is beyond the scope of this package. Your idea may be great, but it's not clear what you expect from the author of the package. If...

@reyman I think the title is too general. It should be a feature of this package, and not a use case that could be possible with the package. Your use...

You can define your own category. `project--file-completion-table` is an example of "completion table" function with custom category. I have defined several functions like this for using with embark. "Programmed Completion"...

I implemented the fallback action in #290. I also tried to implement the embark integration. It was easy to set a category, but the command would receive an OLP as...

It would be nice if the parameter accepted a function that returns a list of files. See `scope` parameter in `org-dblock-write:clocktable`.

This implements https://github.com/alphapapa/org-ql/issues/105#issuecomment-604779135.

@alphapapa This is an alternative to #190 which doesn't hide blocked entries but dim them.

> Having a blocked predicate seems useful, regardless of dimming such tasks in view buffers. Yes, it would be possible to turn on this option to dim blocked entries, while...

> I'd prefer not to add support for all the org-agenda- special variables that modify its appearance or add features. Makes sense. > An alternative might be to have a...

I'm looking forward to this feature coming. I also noticed that `clocktable` dynamic blocks has `scope` parameter. You may or may not want to follow its interface.