Skip to content

Commit 78d453d

Browse files
committed
fix: ordinal with tags
1 parent ea8cb45 commit 78d453d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/telescope-orgmode/utils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ utils.make_entry = function(opts)
124124
lnum = headline.position.start_line
125125
location = string.format('%s:%i', location, lnum)
126126
line = string.format('%s %s', string.rep('*', headline.level), headline.title)
127-
ordinal = tags .. ' ' .. line .. ' ' .. location
128127
tags = table.concat(headline.all_tags, ':')
128+
ordinal = tags .. ' ' .. line .. ' ' .. location
129129
end
130130

131131
return {

0 commit comments

Comments
 (0)