View Single Post
I made a perspective that lists all active contexts. It's ungrouped and sorted by project. It displays all remaining tasks.

So at least in theory, all of the tasks for each project are listed one project at a time like this (where the order of tasks 1, 2, and 3 tracks the order of these tasks in the project view).

Task 1 Project 1
Task 2 Project 1
Task 3 Project 1
Task 1 Project 2
Task 2 Project 2
Task 3 Project 2

But instead of the order above, I getting something that looks more like this:

Task 2 Project 1
Task 1 Project 1
Task 3 Project 1
Task 3 Project 2
Task 1 Project 2
Task 2 Project 2

So within tasks in a particular project, the sub-sort order seems kind of random? Or am I missing something?

If you have nested tasks in your project view, does this affect the sort order?

For example, in a lot of projects, I have a Task header called "Phase 1: Admin."

Nested under that header, I might have a few more tasks, so it looks like this:

Phase 1: Admin
Task 1
Task 2

Ideally in the context view of my perspective, it would be great if things also sorted like the example directly above. But instead, I get stuff like this:

Task 1
Task 2
Phase 1: Admin

Curious if anyone has any thoughts on this. Is there anything I can do about this? Or is this just a bug/feature of OF?

KS