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:49:00 +0200 Message-ID: <46159C8C-DC9F-4FAC-A9A1-801CE77A74E7@gmail.com> References: <394B7353-7F61-4754-B97E-77C5F5E61DFD@gmail.com> 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]:34207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC75A-0006cQ-TT for emacs-orgmode@gnu.org; Fri, 07 Oct 2011 05:51:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RC759-0007jM-RA for emacs-orgmode@gnu.org; Fri, 07 Oct 2011 05:51:08 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:46963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC759-0007jI-H4 for emacs-orgmode@gnu.org; Fri, 07 Oct 2011 05:51:07 -0400 Received: by eye13 with SMTP id 13so3616070eye.0 for ; Fri, 07 Oct 2011 02:51:06 -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:25 AM, Le Wang wrote: > On Fri, Oct 7, 2011 at 5:15 PM, Carsten Dominik = wrote: > To get deeper, you need to customize `org-refile-targets'. >=20 > What does "in-steps" mean here? I thought that I'd have to complete = top level, then complete the next level, etc, etc. >=20 > I've evaled >=20 > (setq org-refile-targets '((nil :maxlevel . 3))) >=20 > Now the targets in the first 3 levels are available but all at once as = bare targets, is this expected? Do you have (setq org-refile-use-outline-path t) ??? - Carsten=