docs: add README.org for repl, tangle, org-eval, verify-repl tools

This commit is contained in:
2026-05-13 12:58:07 -04:00
parent a2a7b4ca08
commit b234ef2439
4 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#+TITLE: tangle
Generate .lisp files from .org sources via Emacs org-babel-tangle.
== Usage
#+begin_src shell
tangle org/file.org
#+end_src
Requires the org file to have ~#+PROPERTY: header-args:lisp :tangle target.lisp~
or per-block ~:tangle~ headers. Files without a ~:tangle~ header are skipped.
== Dependencies
Emacs with org-mode (ob-tangle).