Skip to content

Match tasks that were closed today #862

Answered by kristijanhusak
iordanisg asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you should be able to match the closed date with a match filter:

org_agenda_custom_commands = {
  c = {
    description = 'Closed tasks',
    types = {
      {
        type = 'tags',
        match='CLOSED="<today>"' -- Can be <tomorrow>, <+2d>, <-1d>, <2025-01-19>
      }
    }
  }

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by iordanisg
Comment options

You must be logged in to vote
4 replies
@kristijanhusak
Comment options

@iordanisg
Comment options

@kristijanhusak
Comment options

@iordanisg
Comment options

# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants