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,17 @@
#+TITLE: org-eval
Evaluate Lisp source blocks in an .org file via Emacs batch mode.
== Usage
#+begin_src shell
org-eval org/file.org # evaluate all blocks
org-eval org/file.org 3 # evaluate block at index 3 (0-based)
#+end_src
Useful for quick REPL evaluation without starting the daemon — Emacs
tangles and evaluates the block inline. Results are printed to stdout.
== Dependencies
Emacs with org-mode (org-babel).