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 287a62e commit 34bd12cCopy full SHA for 34bd12c
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