From a1d520c8aa70658d8644c959aa6ca5d9c8d3328d Mon Sep 17 00:00:00 2001 From: TEC Date: Mon, 25 Mar 2024 17:41:08 +0800 Subject: [PATCH] Confpkg: add seperation between noweb blocks For ages I've wondered why the subconf tangled files often a crammed together without blank lines between blocks. I've just taken a second look at this, and found that I can fix this issue with the :noweb-sep header argument. --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 231ae3c..12d428d 100644 --- a/config.org +++ b/config.org @@ -560,7 +560,7 @@ created earlier. (cl-incf confpkg--num) (org-set-property "header-args:emacs-lisp" - (format ":tangle no :noweb-ref %s" confpkg-name)) + (format ":tangle no :noweb-ref %s :noweb-sep \"\\n\\n\"" confpkg-name)) (push (list :name name :package confpkg-name :file confpkg-file