Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:auto-ts grouping by specific timestamp type #163

Open
jezcope opened this issue Aug 20, 2020 · 2 comments
Open

:auto-ts grouping by specific timestamp type #163

jezcope opened this issue Aug 20, 2020 · 2 comments
Assignees
Milestone

Comments

@jezcope
Copy link

@jezcope jezcope commented Aug 20, 2020

It would be great to be able to auto-group based on specifically CLOSED, SCHEDULED or DEADLINE timestamp only, rather than the latest timestamp of any type, e.g. specify (:auto-ts CLOSED) or (:auto-closed t) or something like that.

As an example, I have an org-ql view that shows tasks completed in the last 2 weeks and uses :auto-ts to group them by what day they were closed. Mostly that works, because mostly the CLOSED date is the latest timestamp, but where there's a deadline and I completed the task before the deadline, the deadline is used instead because that timestamp is later.

@alphapapa
Copy link
Owner

@alphapapa alphapapa commented Aug 21, 2020

The CLOSED property is not supported at the moment, so that would be a good addition.

For SCHEDULED and DEADLINE, have you seen :auto-planning?

Loading

@jezcope
Copy link
Author

@jezcope jezcope commented Sep 2, 2020

I hadn't, thanks, :auto-planning is pretty cool. Sadly it's the CLOSED date that I'm really interested in, so I agree, that would be a great addition.

Loading

@alphapapa alphapapa self-assigned this Nov 21, 2020
@alphapapa alphapapa added this to the 1.3 milestone Nov 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants