Hi John, John Hendy <jw.he...@gmail.com> writes:
> Per Bastien's request (well, org-mode on G+), I'm reproducing my question > here. > > After watching a bug reproduction video which mentioned using > org-goto, C-u C-c C-j, I wondered what C-u did.[1] I couldn't find it > in the manual. It doesn't move the cursor as you type (isearch off?) > and doesn't bring up the various hints in the minibuffer that happens > with C-c C-j alone. C-u C-c C-j calls org-goto and uses the 'outline-path-completion interface if `org-goto-interface' is set to 'outline, and the other way around. It's in the docstring now. Thanks! -- Bastien