From 60866a80c1c21617cc57345938440f5d64dac6ba Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Tue, 12 May 2026 15:22:42 +0000 Subject: [PATCH] docs: update README tangle instructions to use Python script --- README.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.org b/README.org index 1541462..585cde3 100644 --- a/README.org +++ b/README.org @@ -315,9 +315,7 @@ sbcl --script run-all-tests.lisp sbcl --script demo.lisp # Tangle org files (regenerate .lisp from .org sources) -for f in org/*.org; do - emacs --batch --eval "(progn (require 'org) (find-file \"$f\") (org-babel-tangle) (kill-buffer))" 2>&1 -done +python3 scripts/tangle.py org/*.org ``` Literate programming: `.org` files in `org/` are the source of truth for