We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e97173 commit 9a3f009Copy full SHA for 9a3f009
lua/orgmode/agenda/types/tags.lua
@@ -42,7 +42,7 @@ function OrgAgendaTagsType:new(opts)
42
obj.match_query = match_query or ''
43
obj.todo_ignore_deadlines = opts.todo_ignore_deadlines
44
obj.todo_ignore_scheduled = opts.todo_ignore_scheduled
45
- obj.header = 'Headlines with TAGS match: ' .. obj.match_query
+ obj.header = opts.header or ('Headlines with TAGS match: ' .. obj.match_query)
46
return obj
47
end
48
0 commit comments