We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84ec00 commit ed79914Copy full SHA for ed79914
lua/neorg/modules/core/summary/module.lua
@@ -367,7 +367,7 @@ module.on_event = function(event)
367
-- So that :Neorg generate_workspace_summary a b c
368
-- Will result in include_categories = {"a", "b", "c"}
369
local include_categories = {table.unpack(event.content.data.fargs, 2)}
370
- module.public.generate_workspace_summary(event.buffer, event.cursor_position, event.content)
+ module.public.generate_workspace_summary(event.buffer, event.cursor_position, include_categories)
371
end
372
373
0 commit comments