org-babel-goto-named-src-block bugfix
commitdd944fb5903046a88312a3ec33f6d5789cfb165f
authorCharles Berry <ccberry@ucsd.edu>
Tue, 14 Jun 2016 16:35:03 +0000 (14 09:35 -0700)
committerCharles Berry <ccberry@ucsd.edu>
Tue, 14 Jun 2016 16:40:35 +0000 (14 09:40 -0700)
treed8680e3a1a11a5b4b84baf1ff3f5b2e6d039819e
parent0cf76b7a3fae6ccc14ef7921bac173511202bbe2
org-babel-goto-named-src-block bugfix

* lisp/ob-core.el (org-babel-goto-named-src-block): The user prompt
  (i.e. `initial-input' arg of `completing-read') will be the name of
  the results block, noweb reference, call reference, or symbol if
  point is in such.

* testing/lisp/test-ob.el (test-ob/goto-named-src-block): Simulate
  interactive use of `org-babel-goto-named-src-block'.
lisp/ob-core.el
testing/lisp/test-ob.el