[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] What does prefix argument do to org-goto (C-c C-j)
From: |
Bastien |
Subject: |
Re: [O] What does prefix argument do to org-goto (C-c C-j) |
Date: |
Mon, 23 Apr 2012 19:27:57 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
Hi John,
John Hendy <address@hidden> 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