DONE Make some org-babel commands available from edit buffer?
- State "DONE" from "PROPOSED"
Done: see commit 441288ee72778931c3e1853b8221f7049289df91
For example, it might be nice to be able to do the following from the code edit buffer:
- switch back to parent org buffer, putting point at start of respective code block
- tangle
I think Org-src-mode already saves the necessary information (e.g. parent buffer, start of block).