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 d27db58 commit 556578dCopy full SHA for 556578d
lua/orgmode/babel/tangle.lua
@@ -77,7 +77,7 @@ function Tangle:tangle()
77
78
if info.header_args[':mkdirp'] == 'yes' then
79
local path = vim.fn.fnamemodify(info.filename, ':h')
80
- vim.fn.mkdir(path, "p")
+ vim.fn.mkdir(path, 'p')
81
end
82
83
if info.name then
0 commit comments