-
-
Notifications
You must be signed in to change notification settings - Fork 159
Agenda sort #161
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
Closed
Closed
Agenda sort #161
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
79a0c78
if no HH:MM then sort after
bgerazov ad47fe0
reverse logic
bgerazov fde2780
moved check to sort function
bgerazov ae6415d
added the same to reversed case
bgerazov f58d3b1
added proper reference
bgerazov 42d7229
added lines below
bgerazov 30dcd34
last try
bgerazov 0ac91a7
sorting date onlys first
bgerazov f6539b6
changed true to false
bgerazov d314998
sort function doesn't work
bgerazov ca76fd1
separate date_only from timed events before sorting
bgerazov ea0b924
concatenate tables before insert
bgerazov 24935c9
concatenate agenda items
bgerazov 4afd6bc
agenda items concatenation fix
bgerazov 390636c
commented out file sorting
bgerazov 471673a
sort not same days at end
bgerazov b7720ed
same day and date_only
bgerazov def02ca
same day correctly referenced
bgerazov 7a7fb0f
agenda_item.is_same_day
bgerazov 3001ab6
sorting not_same_day last
bgerazov 3b1231d
not same day
bgerazov 6040df2
working on sorting tasks
bgerazov 365815d
access category through headline
bgerazov d305438
fix bug
bgerazov a25b71b
refactoring everything to the sort function
bgerazov a86f62c
reverse time of day based sorting
bgerazov 7b9c4a2
print some debug output
bgerazov 3394c94
added debug printing function
bgerazov ea486af
fix utils.tprint
bgerazov bbfd631
fix tprint
bgerazov cc0d1e2
reduce printing
bgerazov c5e8eb2
minor fix
bgerazov 9898771
print bool
bgerazov baf1dc1
no printing
bgerazov a7b3987
added deadline logic to sort
bgerazov 3ef9f81
overdue > deadline
bgerazov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this and use
vim.inspect(tbl)
instead.