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
|
||||
:override #'*org-babel-tangle-collect-blocks)
|
||||
|
||||
(defvar all-blocks)
|
||||
(defvar and-tags)
|
||||
(defvar or-tags)
|
||||
(defvar all-blocks nil)
|
||||
(defvar and-tags nil)
|
||||
(defvar or-tags nil)
|
||||
(let (lang srcs and-tags or-tags)
|
||||
(pop argv)
|
||||
(while argv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue