--- description: Send a lisp block from an org file to the REPL --- Extract a `#+begin_src lisp` block from an .org file and pipe it to the running daemon REPL. Identify the block by function name or index. The `--package` flag wraps the block in `(in-package ...)` so it evaluates in the right namespace — essential when the block references symbols from a specific package without the package prefix. Usage: /repl-block --function /repl-block --function --package /repl-block --block Example: /repl-block projects/passepartout/org/channel-tui-view.org --function view-status --package :passepartout.channel-tui