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.
2 parents be9007a + cebc4bb commit dc7eb11Copy full SHA for dc7eb11
org-auto-tangle.el
@@ -62,8 +62,8 @@ all Org buffers unless `#+auto_tangle: nil' is set.")
62
(widen)
63
(save-excursion
64
(goto-char (point-min))
65
- (when (re-search-forward "^#\\+auto_tangle: \\(.*\\)" nil :noerror)
66
- (match-string 1))))))
+ (when (re-search-forward (org-make-options-regexp '("auto_tangle")) nil :noerror)
+ (match-string 2))))))
67
68
(defun org-auto-tangle-async (file)
69
"Invoke `org-babel-tangle-file' asynchronously on FILE."
0 commit comments