We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4555b commit 2c95512Copy full SHA for 2c95512
lua/orgmode/org/global.lua
@@ -88,7 +88,11 @@ local build = function(orgmode)
88
require('orgmode.utils').echo_error('No headline found')
89
return
90
end
91
- orgmode.links:store_link_to_headline(headline)
+ headline.file
92
+ :update(function()
93
+ orgmode.links:store_link_to_headline(headline)
94
+ end)
95
+ :wait()
96
return require('orgmode.utils').echo_info('Stored: ' .. headline:get_title())
97
end,
98
indent_mode = function()
0 commit comments