We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d424528 commit a146841Copy full SHA for a146841
lua/orgmode/babel/tangle.lua
@@ -118,12 +118,6 @@ function Tangle:tangle()
118
vim.fn.mkdir(path, 'p')
119
end
120
121
- local shebang = info.header_args[':shebang']
122
- if shebang then
123
- shebang = shebang:gsub('[\'"]', '')
124
- table.insert(parsed_content, 1, shebang)
125
- end
126
-
127
if info.name then
128
block_content_by_name[info.name] = parsed_content
129
0 commit comments