From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-outline-completion-in-steps Date: Fri, 7 Oct 2011 11:15:32 +0200 Message-ID: <394B7353-7F61-4754-B97E-77C5F5E61DFD@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC6Wl-0007uQ-UO for emacs-orgmode@gnu.org; Fri, 07 Oct 2011 05:15:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RC6Wk-0000Cr-Vt for emacs-orgmode@gnu.org; Fri, 07 Oct 2011 05:15:35 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:63718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC6Wk-0000Ck-OP for emacs-orgmode@gnu.org; Fri, 07 Oct 2011 05:15:34 -0400 Received: by eye13 with SMTP id 13so3578607eye.0 for ; Fri, 07 Oct 2011 02:15:33 -0700 (PDT) In-Reply-To: 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: Le Wang Cc: Orgmode Mailing List On Oct 7, 2011, at 11:06 AM, Le Wang wrote: > Hi all, >=20 > So I've started Emacs 23.3 with -q option, and I've got an org = document open. How do I go about completing in steps? >=20 > org-outline-path-complete-in-steps is a variable defined in `org.el'. > Its value is t >=20 > Documentation: > Non-nil means, complete the outline path in hierarchical steps. > When Org-mode uses the refile interface to select an outline path > (see variable `org-refile-use-outline-path'), the completion of > the path can be done is a single go, or if can be done in steps down > the headline hierarchy. Going in steps is probably the best if you > do not use a special completion package like `ido' or `icicles'. > However, when using these packages, going in one step can be very > fast, while still showing the whole path to the entry. >=20 > You can customize this variable. >=20 > Maybe I'm missing something obvious, but it looks like I can only = compete against the top level, and when I press enter, it's selected. To get deeper, you need to customize `org-refile-targets'. - Carsten