Hi,
I don’t know if I’m missing something but I can’t get the
org-babel-goto-named-src-block to work. When I invoke it on the sample file
below the autocompletion shows nil and nothing else and if insert the source
code block name I get a no match. I’m using org 7.4 with Emacs 23.2.
* Source code navigation test
#+srcname: test
#+begin_src sh
echo 'hello world'
#+end_src
#+results: test
: hello world
* Another item, another source code block
#+srcname: test2
#+begin_src sh
echo 'ciao mondo'
#+end_src
#+results: test2
: ciao mondo
* and so on
Thank you in advance
--
Giorgio Valoti
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode