From mboxrd@z Thu Jan 1 00:00:00 1970 From: Le Wang Subject: Re: headline navigation and refiling. Date: Wed, 5 Oct 2011 23:00:18 +0800 Message-ID: References: <01F8350A-FF5A-4273-8BE2-3AD58AD0DB45@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBSxJ-0004sw-H8 for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 11:00:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBSxI-0003ou-Es for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 11:00:21 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:46617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBSxI-0003om-83 for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 11:00:20 -0400 Received: by qadb17 with SMTP id b17so1610849qad.0 for ; Wed, 05 Oct 2011 08:00:19 -0700 (PDT) In-Reply-To: <01F8350A-FF5A-4273-8BE2-3AD58AD0DB45@gmail.com> 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: Carsten Dominik Cc: Orgmode Mailing List On Wed, Oct 5, 2011 at 10:31 PM, Carsten Dominik wrote: > > On 5.10.2011, at 12:05, Le Wang wrote: > >> Hi all, >> >> I like using the org-refile interface to navigate. =A0It's very >> intuitive to me. =A0But I want to navigate to headlines deeper than my >> org-refile-target :max-level. =A0Is there anything to do other than >> rolling my own? =A0I can see wouldn't be hard. > > You can write a little wrapper and set a special value for the refile tar= gets: > > (defun my-goto-with-refile () > =A0(interactive) > =A0(let ((org-refile-targets '((nil . (:maxlevel . 10))))) > =A0 =A0(org-refile t))) Yes, this is what I had in mind. >> It feels headline navigation was just bolted onto org-refile. > > THis is how this happened, historically. Okay, that's fine. 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? The audience of org-mode is growing larger than just emacs hackers or even emacs users, as I hear of people coming to Emacs just for org-mode all the time. So this universal arg bolt-on for such an important piece of functionality should be up for discussion. > - Carsten --=20 Le