Creating/editing UML diagrams using plantuml mode is an iterative process.
- Enter edit buffer (C-c ')
- Perform edits in the window
- Exit edit mode (C-c ')
- Evaluate code (C-c C-c)
- Monitor changes to resulting png file
I would prefer instead to skip step 3, and evaluate the code from within the edit mode. I tried evaluating org-babel-execute-src-block from the edit buffer, but that resulted in an error:
helm-M-x-execute-command: Wrong type argument: consp, nil
Is it possible to execute code from the edit buffer?
Thank you,
Mirko