Files
memex/projects/org-eval-tool
Amr Gharbeia 18b289dff8 fix: tool bugs found in review audit
repl:  env var was dead code (hardcoded 2s), empty frame gave misleading error
check-tangle: show full SBCL output on compile failure, not filtered
verify-repl: blacklist now configurable via VERIFY_REPL_EXCLUDE env var;
  regex tightened to ';; +REPL-VERIFIED:' from ';;.REPL.VERIFIED:' (ambiguous)
org-eval: 1-based indexing to match repl-block; errors on out-of-range; errors on <1
2026-05-13 13:09:50 -04:00
..
2026-05-13 13:09:50 -04:00

org-eval

Evaluate Lisp source blocks in an .org file via Emacs batch mode.

== Usage

  org-eval org/file.org          # evaluate all blocks
  org-eval org/file.org 3        # evaluate block at index 3 (0-based)

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).