Adam Porter

Results 2645 comments of Adam Porter

> @alphapapa sure, here I have another use case for org-ql: https://github.com/TristanCacqueray/gnome-org-next-schedule/ Very cool! FYI, I think you could simplify it slightly by writing the query like this: ``` `(and...

BTW, note that there's already a `habit` predicate, so you needn't use the `property` predicate to find them. Anyway, how would you suggest that we know whether the user wants...

It's unlikely that I would add support for `org-agenda-hide-tags-regexp` specifically, because one of the reasons I developed `org-ql` was to have a simpler implementation without so many options that make...

Thanks, but please hold off on any further PRs until you've done the copyright assignment: https://github.com/alphapapa/org-ql/pull/325#issuecomment-1958871852 And until then, please convert this to a draft PR. Regarding the code: 1....

Thanks. We have two choices with testing: 1. Compare our string and text properties with that from an Org Agenda buffer showing the same item. That would be the most...

Hello Nils, Please see these recent commits to emacs.git: - https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=806759dc0a6a3b049ce35d0497011464e5fc4dcb - https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=3b34c5e4a583dd88f476570cbd58655a18e9a6b4 Please note that `pcase--flip` is not present in `org-ql`'s source code, so there is nothing to be...

Related: https://github.com/alphapapa/org-ql/issues/175

Seems like a good idea. Thanks.

This would be nice, indeed. Thanks for suggesting.