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 36d5f50 commit e19f7eeCopy full SHA for e19f7ee
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