Adam Porter

Results 2645 comments of Adam Porter

> > If you want to ignore case (i.e. enable case-folding in Emacs jargon), you'll need to define your own `property` matcher that either case-folds by default or adds a...

This is reaching the limit of how much help I can provide in this issue, because it's moving into general Emacs territory; as well, since you're using Spacemacs, that sometimes...

> Fair enough. Thanks for your comments. You're welcome. If you need more help, feel free to open a "discussion" (rather than an issue). You could also discuss it on...

Hello, Thanks for submitting this. This would be a good feature to support. It should be noted that this PR is intended to address https://github.com/alphapapa/org-ql/issues/254. A few questions: 1. Have...

> The `org-ql` is great for filtering the agenda, `org-ql` is more intended as an alternative to `org-agenda`, i.e. `org-ql-search` provides a similar view with similar features (the buffer is...

As you said, org-ql is a query/search library. What your code does with the results is up to you. If you need a library to help with editing, maybe this...

IIUC, you needn't bother about those complicated patterns. Just perform the edit in the `org-ql-select`'s ACTION function. When your function returns, `org-ql` will continue and find the next match, skipping...

I can't say I understand exactly what you mean. But: > my cursor falls into next-heading, then this heading would be considered as (current-heading) by org-ql and it will be...

Hello, Thanks for reporting this bug. I can confirm it. However, I don't use `fido-mode`, and I've no idea what's causing it or how to fix it. I probably won't...

@johnsonmlw You don't need to restart Emacs to apply changes. Just evaluate the form or file that you changed.