From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: headline navigation and refiling. Date: Thu, 6 Oct 2011 10:28:03 +0200 Message-ID: <8F482339-6B85-4666-A3EF-B2133BDAB71D@gmail.com> References: <01F8350A-FF5A-4273-8BE2-3AD58AD0DB45@gmail.com> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBjJG-0004D3-Mg for emacs-orgmode@gnu.org; Thu, 06 Oct 2011 04:28:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBjJF-00076v-Je for emacs-orgmode@gnu.org; Thu, 06 Oct 2011 04:28:06 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:34531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBjJF-00076c-Ee for emacs-orgmode@gnu.org; Thu, 06 Oct 2011 04:28:05 -0400 Received: by mail-ey0-f169.google.com with SMTP id 13so2743847eye.0 for ; Thu, 06 Oct 2011 01:28:05 -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: Dave Abrahams Cc: emacs-orgmode@gnu.org On Oct 5, 2011, at 5:43 PM, Dave Abrahams wrote: > > on Wed Oct 05 2011, Le Wang wrote: > >> But doesn't the fact that a user didn't know he could navigate with >> org-refile speak laudly for refactoring it into its own key-stroke? We already have that: (setq org-goto-max-level 10) (setq org-goto-interface 'outline-path-completion) The use the key `C-c C-j'. Right now this uses te outline-path-completion of refile, if you want the vanilla refile interface, I would have to make a few small changes. - Carsten