Skip to content

Commit ed79914

Browse files
1 parent a84ec00 commit ed79914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neorg/modules/core/summary/module.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ module.on_event = function(event)
367367
-- So that :Neorg generate_workspace_summary a b c
368368
-- Will result in include_categories = {"a", "b", "c"}
369369
local include_categories = {table.unpack(event.content.data.fargs, 2)}
370-
module.public.generate_workspace_summary(event.buffer, event.cursor_position, event.content)
370+
module.public.generate_workspace_summary(event.buffer, event.cursor_position, include_categories)
371371
end
372372
end
373373

0 commit comments

Comments
 (0)