We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df9314 commit 83df5bfCopy full SHA for 83df5bf
lua/orgmode/org/global.lua
@@ -127,7 +127,7 @@ vim.api.nvim_create_user_command('Org', function(opts)
127
end
128
require('orgmode.utils').echo_error(('Invalid command "Org %s"'):format(opts.args))
129
end, {
130
- nargs = '*',
+ nargs = '+',
131
complete = function(arg_lead, cmd_line)
132
local opts = vim.split(cmd_line:sub(5), '%s+')
133
local item = resolve_item(opts)
0 commit comments