We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcba70 commit d62fd3cCopy full SHA for d62fd3c
lua/orgmode/agenda/init.lua
@@ -123,7 +123,7 @@ function Agenda:_build_custom_commands()
123
end
124
125
opts_by_type[opts.type].sorting_strategy = opts.org_agenda_sorting_strategy
126
- opts_by_type[opts.type].filters = self.filters
+ opts_by_type[opts.type].agenda_filter = self.filters
127
opts_by_type[opts.type].files = self.files
128
opts_by_type[opts.type].header = opts.org_agenda_overriding_header
129
opts_by_type[opts.type].agenda_files = opts.org_agenda_files
0 commit comments