Files
memex/projects/org-eval-tool

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