bin/org-tangle: fix uninitialzed all-blocks et co

This commit is contained in:
Henrik Lissner 2018-06-20 11:00:20 +02:00
parent 5cf1cbb048
commit 60d6f70646
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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