org-babel-do-key-sequence-in-edit-buffer

org-babel-do-key-sequence-in-edit-buffer is an interactive compiled Lisp function in `ob-core.el'.


(org-babel-do-key-sequence-in-edit-buffer KEY)

Read key sequence and execute the command in edit buffer.
Enter a key sequence to be executed in the language major-mode
edit buffer. For example, TAB will alter the contents of the
Org-mode code block according to the effect of TAB in the
language major-mode buffer. For languages that support
interactive sessions, this can be used to send code from the Org
buffer to the session for evaluation using the native major-mode
evaluation mechanisms.