From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: What does prefix argument do to org-goto (C-c C-j) Date: Mon, 23 Apr 2012 19:27:57 +0200 Message-ID: <87r4ve8ijm.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMN2K-0007dV-OS for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 13:26:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMN2H-0001EH-Ht for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 13:26:52 -0400 Received: from incoming2.cnam.fr ([163.173.128.34]:46189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMN2H-0001E5-Bp for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 13:26:49 -0400 In-Reply-To: (John Hendy's message of "Mon, 23 Apr 2012 12:24:21 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: John Hendy Cc: emacs-orgmode Hi John, John Hendy 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