Adam Porter

Results 2645 comments of Adam Porter

@dstrr You should probably use `org-with-point-at` rather than just `with-current-buffer` to ensure you get the category at the item rather than elsewhere in the buffer.

> As part of this implementation, I wonder if it might be good to modify other predicates to exclude the logbook drawer when matching. The way I see it, the...

I'm afraid I need to defer this again. Apologies that I haven't made time to review this fully yet. With the limited time I have, I often have to prioritize...

For future reference: These issues/PRs are a part of this overall feature: - https://github.com/alphapapa/org-ql/issues/260 - https://github.com/alphapapa/org-ql/pull/311 Also, @ahmed-shariff: I'm still hoping to upstream `org-ql` into org.git eventually. Work toward that...

For future reference, this issue will generally be addressed by the branch mentioned here: https://github.com/alphapapa/org-ql/issues/331

@pcompassion For the header, please see the documentation: https://github.com/alphapapa/org-ql#function-org-ql-block The formatter is not yet customizeable, other than editing the function, which you're welcome to do in your configuration, but you'll...

I've rebased this branch on top of `master`: https://github.com/alphapapa/org-ql/tree/wip/issue-79 If it still works (and I think it should), then all that's needed is to document the changes to the arguments,...

> That implements the `:sort` option, not the `org-ql-block-sort` option. I don't understand what you're asking. The intention is to replace that option with the `:sort` argument.

FWIW, the refile idea should be covered by `org-ql-refile`: https://github.com/alphapapa/org-ql/blob/4c1a4b169f54d37ce541902c0ae5043759ef9d9b/org-ql-find.el#L93 A capture command is yet to be implemented, but the Org Capture API doesn't seem naturally suited to it (e.g....