bin/org-tangle: fix uninitialzed all-blocks et co
This commit is contained in:
parent
5cf1cbb048
commit
60d6f70646
1 changed files with 3 additions and 3 deletions
|
@ -79,9 +79,9 @@ trees with the :notangle: tag."
|
||||||
(advice-add #'org-babel-tangle-collect-blocks
|
(advice-add #'org-babel-tangle-collect-blocks
|
||||||
:override #'*org-babel-tangle-collect-blocks)
|
:override #'*org-babel-tangle-collect-blocks)
|
||||||
|
|
||||||
(defvar all-blocks)
|
(defvar all-blocks nil)
|
||||||
(defvar and-tags)
|
(defvar and-tags nil)
|
||||||
(defvar or-tags)
|
(defvar or-tags nil)
|
||||||
(let (lang srcs and-tags or-tags)
|
(let (lang srcs and-tags or-tags)
|
||||||
(pop argv)
|
(pop argv)
|
||||||
(while argv
|
(while argv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue