Skip to content

Conversation

@gerazov
Copy link
Contributor

@gerazov gerazov commented Dec 16, 2021

Another try at addressing #128

@kristijanhusak
Copy link
Member

Please first confirm that current sorting is not behaving the same as in Emacs orgmode.

return a.headline:get_priority_sort_value() > b.headline:get_priority_sort_value()
end

-- if both are on the same day check category
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kristijanhusak can you help with this part - basically I want to give preference to overdue items over categories, but it doesn't seem to do the trick ...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok - figured it out - it's headline_date:is_same() rather than date:is_same()

@gerazov
Copy link
Contributor Author

gerazov commented Dec 17, 2021

ok now it works with deadlines as well #128 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants