--- description: Send a lisp block from an org file to the REPL --- Extract a `#+begin_src lisp` block from an .org file and send it to the running daemon REPL. Usage: /repl-block --function /repl-block --block /repl-block --function --package The --package flag wraps the block in an (in-package ...) form. Use --block to identify by 1-based index, --function to find by defun name.