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.
utils.tags_to_string()
1 parent fdc7a4c commit acdbcd5Copy full SHA for acdbcd5
lua/orgmode/org/mappings.lua
@@ -57,7 +57,7 @@ function OrgMappings:set_tags(tags)
57
end)
58
end
59
if type(tags) == 'table' then
60
- tags = string.format(':%s:', table.concat(tags, ':'))
+ tags = utils.tags_to_string(tags)
61
62
63
return tags
0 commit comments