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 f91330e commit 160fe5fCopy full SHA for 160fe5f
1 file changed
lua/orgmode/babel/tangle.lua
@@ -96,7 +96,7 @@ function Tangle:tangle()
96
local promises = {}
97
for filename, block in pairs(tangle_info) do
98
table.insert(
99
- promises,
+ promises,
100
utils.writefile(filename, table.concat(self:_remove_obsolete_indent(block['content']), '\n'))
101
)
102
0 commit comments