You want ,----[ C-h k C-c C-v g ] | C-c C-v g runs the command org-babel-goto-named-src-block (found in | org-mode-map), which is an interactive autoloaded compiled Lisp | function in ‘ob-core.el’. | | It is bound to C-c C-v g. | | (org-babel-goto-named-src-block NAME) | | Go to a named source-code block. | | [back] `----
However, there is a bug in either ~org-next-block~ or ~org-babel-src-block-names~ that causes failure of `org-babel-src-block-names' to pick up the first block when it starts in the first line of a buffer or at ~(point-min)~. So, for now you need to add a line for C-c C-v g to find that first src block in your example HTH, Chuck