emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [Feature Request] Provide a way to jump to noweb reference defin


From: Berry, Charles
Subject: Re: [O] [Feature Request] Provide a way to jump to noweb reference definition under point
Date: Sun, 13 Aug 2017 16:38:28 +0000

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   

reply via email to

[Prev in Thread] Current Thread [Next in Thread]